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-28 r88067) -- "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-29/deps.csv", task.str = "922", release = "/scratch/th798/data.table-revdeps/2025-03-29/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-29/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16179681/R-devel/922" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16179681/R-devel/922/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "nlmixr2est" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16179681/R-devel/922/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-29 01:03:48 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16179681/R-devel/922/library' (as 'lib' is unspecified) also installing the dependencies 'cpp11armadillo', 'PreciseSums', 'dparser', 'rxode2ll', 'nlmixr2data', 'lbfgsb3c', 'lotri', 'n1qn1', 'rxode2', 'symengine', 'xgxr' trying URL 'http://cloud.r-project.org/src/contrib/cpp11armadillo_0.4.6.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/PreciseSums_0.7.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/dparser_1.3.1-13.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rxode2ll_2.0.13.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/nlmixr2data_2.0.9.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/lbfgsb3c_2024-3.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/lotri_1.0.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/n1qn1_6.0.1-12.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rxode2_3.0.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/symengine_0.2.6.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/xgxr_1.1.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/nlmixr2est_3.0.4.tar.gz' * installing *source* package 'cpp11armadillo' ... ** this is package 'cpp11armadillo' version '0.4.6' ** package 'cpp11armadillo' successfully unpacked and MD5 sums checked ** using staged installation ================================== Compiler Configuration Variables CPP11_INCLUDE_PATH: /projects/genomic-ml/R/R-devel/library/cpp11/include INST_INCLUDE_PATH: ./inst/include PKG_CPPFLAGS: -I./inst/include -I/projects/genomic-ml/R/R-devel/library/cpp11/include =================================== Testing minimal Armadillo example using C++ compiler: 'g++ (Spack GCC) 12.2.0' /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/cpp11/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 conftest.cpp -o conftest.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 conftest.so conftest.o Armadillo is compatible with the C++ compiler used by R. ** 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 (cpp11armadillo) * installing *source* package 'PreciseSums' ... ** this is package 'PreciseSums' version '0.7' ** package 'PreciseSums' successfully unpacked and MD5 sums checked ** using staged installation ** 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 -DSTRICT_R_HEADERS=1 -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 sum.c -o sum.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 -DSTRICT_R_HEADERS=1 -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 prod.c -o prod.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 -DSTRICT_R_HEADERS=1 -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 -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 PreciseSums.so sum.o prod.o init.o installing via 'install.libs.R' to /tmp/th798/16179681/R-devel/922/library/00LOCK-PreciseSums/00new/PreciseSums ** R ** 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 ** 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 (PreciseSums) * installing *source* package 'dparser' ... ** this is package 'dparser' version '1.3.1-13' ** package 'dparser' successfully unpacked and MD5 sums checked ** using staged installation ** 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 -DUSE_FREELISTS -DTRACK_PNODES -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 dparser.c -o dparser.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 -DUSE_FREELISTS -DTRACK_PNODES -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 dsymtab.c -o dsymtab.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 -DUSE_FREELISTS -DTRACK_PNODES -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 gram.c -o gram.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 -DUSE_FREELISTS -DTRACK_PNODES -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 grammar.g.c -o grammar.g.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 -DUSE_FREELISTS -DTRACK_PNODES -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 lex.c -o lex.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 -DUSE_FREELISTS -DTRACK_PNODES -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 lr.c -o lr.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 -DUSE_FREELISTS -DTRACK_PNODES -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 mkdparse.c -o mkdparse.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 -DUSE_FREELISTS -DTRACK_PNODES -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 mkdparser.c -o mkdparser.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 -DUSE_FREELISTS -DTRACK_PNODES -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 parse.c -o parse.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 -DUSE_FREELISTS -DTRACK_PNODES -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 rdparse.c -o rdparse.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 -DUSE_FREELISTS -DTRACK_PNODES -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 read_binary.c -o read_binary.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 -DUSE_FREELISTS -DTRACK_PNODES -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 scan.c -o scan.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 -DUSE_FREELISTS -DTRACK_PNODES -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 util.c -o util.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 -DUSE_FREELISTS -DTRACK_PNODES -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 version.c -o version.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 -DUSE_FREELISTS -DTRACK_PNODES -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 write_tables.c -o write_tables.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 dparser.so dparser.o dsymtab.o gram.o grammar.g.o lex.o lr.o mkdparse.o mkdparser.o parse.o rdparse.o read_binary.o scan.o util.o version.o write_tables.o installing via 'install.libs.R' to /tmp/th798/16179681/R-devel/922/library/00LOCK-dparser/00new/dparser ** 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 ** 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 (dparser) * installing *source* package 'rxode2ll' ... ** this is package 'rxode2ll' version '2.0.13' ** package 'rxode2ll' successfully unpacked and MD5 sums checked ** using staged installation --------[begin src/Makevars]-------- # -*- mode: makefile-gmake -*- BH=/projects/genomic-ml/R/R-devel/library/BH/include RCPP=/projects/genomic-ml/R/R-devel/library/Rcpp/include EG=/projects/genomic-ml/R/R-devel/library/RcppEigen/include SH=-I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' CXX_STD = CXX17 ################################################################################ ## Package library flags. PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS) -L'/projects/genomic-ml/R/R-devel/library/RcppParallel/lib/' -Wl,-rpath,'/projects/genomic-ml/R/R-devel/library/RcppParallel/lib/' -ltbb -ltbbmalloc # Release options PKG_CFLAGS = -D_isrxode2parse_ PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"$(BH)" -I"$(EG)" $(SH) -I"$(RCPP)" --------[end src/Makevars]-------- ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 RcppExports.cpp -o RcppExports.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2parse_ -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/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikBeta.cpp -o llikBeta.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikBeta.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikBinom.cpp -o llikBinom.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikBinom.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikCauchy.cpp -o llikCauchy.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikCauchy.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikChisq.cpp -o llikChisq.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikChisq.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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 '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/functor/broadcast_array.hpp:32:16: required from 'void stan::math::internal::broadcast_array::operator=(const Y&) [with Y = Eigen::Array; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/chi_square_lpdf.hpp:91:33: required from 'stan::return_type_t stan::math::chi_square_lpdf(const T_y&, const T_dof&) [with bool propto = false; T_y = double; T_dof = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/chi_square_lpdf.hpp:104:32: required from 'stan::return_type_t stan::math::chi_square_lpdf(const T_y&, const T_dof&) [with T_y = double; T_dof = var_value; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/chi_square_log.hpp:41:37: required from 'stan::return_type_t stan::math::chi_square_log(const T_y&, const T_dof&) [with T_y = double; T_dof = var_value; stan::return_type_t = var_value]' llikChisq.cpp:14:29: required from 'Eigen::Matrix chisq_llik::operator()(const Eigen::Matrix&) const [with T = stan::math::var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:23:37: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/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::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikExp.cpp -o llikExp.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikExp.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/exponential_lpdf.hpp:92:35: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = double; T_inv_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:108:33: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with T_y = double; T_inv_scale = var_value; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_log.hpp:25:44: required from 'stan::return_type_t stan::math::exponential_log(const T_y&, const T_inv_scale&) [with T_y = double; T_inv_scale = var_value; stan::return_type_t = var_value]' llikExp.cpp:13:30: required from 'Eigen::Matrix exp_llik::operator()(const Eigen::Matrix&) const [with T = stan::math::var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:23:37: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22: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, 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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikF.cpp -o llikF.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikF.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikGamma.cpp -o llikGamma.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikGamma.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikGeom.cpp -o llikGeom.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikGeom.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikNbinom.cpp -o llikNbinom.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikNbinom.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikNbinom2.cpp -o llikNbinom2.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikNbinom2.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikNorm.cpp -o llikNorm.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikNorm.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikPois.cpp -o llikPois.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikPois.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikT.cpp -o llikT.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikT.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikUnif.cpp -o llikUnif.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikUnif.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -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/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 llikWeibull.cpp -o llikWeibull.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikWeibull.cpp:1: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28: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] 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 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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28: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, -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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /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 rxode2ll.so RcppExports.o init.o llikBeta.o llikBinom.o llikCauchy.o llikChisq.o llikExp.o llikF.o llikGamma.o llikGeom.o llikNbinom.o llikNbinom2.o llikNorm.o llikPois.o llikT.o llikUnif.o llikWeibull.o -L/home/th798/R/R-devel/lib -lRlapack -L/home/th798/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/projects/genomic-ml/R/R-devel/library/RcppParallel/lib/ -Wl,-rpath,/projects/genomic-ml/R/R-devel/library/RcppParallel/lib/ -ltbb -ltbbmalloc installing to /tmp/th798/16179681/R-devel/922/library/00LOCK-rxode2ll/00new/rxode2ll/libs ** 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 ** 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 (rxode2ll) * installing *source* package 'nlmixr2data' ... ** this is package 'nlmixr2data' version '2.0.9' ** package 'nlmixr2data' 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 ** 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 (nlmixr2data) * installing *source* package 'lbfgsb3c' ... ** this is package 'lbfgsb3c' version '2024-3.5' ** package 'lbfgsb3c' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using Fortran compiler: 'GNU Fortran (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c blas.f -o blas.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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/gfortran -fpic -g -O2 -c lbfgsb.f -o lbfgsb.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lbfgsb3x.cpp -o lbfgsb3x.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c timer.f -o timer.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 lbfgsb3c.so RcppExports.o blas.o init.o lbfgsb.o lbfgsb3x.o timer.o -lgfortran -lm -lquadmath installing to /tmp/th798/16179681/R-devel/922/library/00LOCK-lbfgsb3c/00new/lbfgsb3c/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 (lbfgsb3c) * installing *source* package 'n1qn1' ... ** this is package 'n1qn1' version '6.0.1-12' ** package 'n1qn1' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 ajour.c -o ajour.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 calmaj.c -o calmaj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 n1qn1_all.c -o n1qn1_all.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 proj.c -o proj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 satur.c -o satur.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 RcppExpMod.cpp -o RcppExpMod.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 n1qn1.so ajour.o calmaj.o init.o n1qn1_all.o proj.o satur.o RcppExpMod.o -L/home/th798/R/R-devel/lib -lRlapack -L/home/th798/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath installing to /tmp/th798/16179681/R-devel/922/library/00LOCK-n1qn1/00new/n1qn1/libs ** 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 ** 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 (n1qn1) * installing *source* package 'symengine' ... ** this is package 'symengine' version '0.2.6' ** package 'symengine' successfully unpacked and MD5 sums checked ** using staged installation ====== configuring symengine R package ====== == current working directory /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine == /bin/bash == cmake: /home/th798/.conda/envs/emacs1/bin/cmake cmake version 3.22.1 CMake suite maintained and supported by Kitware (kitware.com/cmake). == R_HOME /home/th798/R/R-devel == getting R config variables R_CC=/packages/gcc/12.2.0-nnbserq/bin/gcc R_CFLAGS=-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 R_CPICFLAGS=-fpic R_CXX=/packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 R_CXXFLAGS=-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 R_CXXPICFLAGS=-fpic R_CPPFLAGS=-I/home/th798/.conda/envs/emacs1/include -I/home/th798/include R_LDFLAGS=-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 == setting environment variables for cmake setting CC=/packages/gcc/12.2.0-nnbserq/bin/gcc setting CXX=/packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 == translating to cmake variables setting CMAKE_C_FLAGS=-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 -fpic setting CMAKE_CXX_FLAGS=-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 -fpic setting CMAKE_INCLUDE_PATH=/home/th798/.conda/envs/emacs1/include;/home/th798/include setting CMAKE_LIBRARY_PATH=/home/th798/.conda/envs/emacs1/lib;/home/th798/lib;/home/th798/lib64 ====== Unpacking src/upstream.tar ====== running cmake + cmake -DCMAKE_AR=/usr/bin/ar -DCMAKE_RANLIB=/usr/bin/ranlib '-DCMAKE_C_FLAGS=-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 -fpic' '-DCMAKE_CXX_FLAGS=-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 -fpic' '-DCMAKE_INCLUDE_PATH=/home/th798/.conda/envs/emacs1/include;/home/th798/include' '-DCMAKE_LIBRARY_PATH=/home/th798/.conda/envs/emacs1/lib;/home/th798/lib;/home/th798/lib64' -DCMAKE_BUILD_TYPE=Release -DWITH_BFD=no -DWITH_SYMENGINE_ASSERT=no -DWITH_ECM=no -DWITH_PRIMESIEVE=no -DWITH_FLINT=no -DWITH_ARB=no -DWITH_TCMALLOC=no -DWITH_OPENMP=no -DWITH_PIRANHA=no -DWITH_LLVM=no -DWITH_MPFR=yes -DWITH_MPC=no -DINTEGER_CLASS=gmp -DBUILD_TESTS=no -DBUILD_BENCHMARKS=no -DBUILD_SHARED_LIBS=no -DWITH_COTIRE=no . -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /packages/gcc/12.2.0-nnbserq/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /packages/gcc/12.2.0-nnbserq/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test NO_WARN_IMPLICIT_FALL_THROUGH_FLAG -- Performing Test NO_WARN_IMPLICIT_FALL_THROUGH_FLAG - Success -- Linker supports --exclude-libs -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of long double -- Check size of long double - done -- Found MPFR: /home/th798/.conda/envs/emacs1/lib/libmpfr.so -- Found GMP: /home/th798/.conda/envs/emacs1/lib/libgmp.so -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -------------------------------------------------------------------------------- +-------------------------------+ | Configuration results SUMMARY | +-------------------------------+ CMAKE_C_COMPILER: /packages/gcc/12.2.0-nnbserq/bin/gcc CMAKE_CXX_COMPILER: /packages/gcc/12.2.0-nnbserq/bin/g++ CMAKE_BUILD_TYPE: Release CMAKE_CONFIGURATION_TYPES: CMAKE_C_FLAGS: -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 -fpic CMAKE_CXX_FLAGS: -std=c++11 -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 -fpic -fPIC CMAKE_CXX_FLAGS_DEBUG: -Wall -Wextra -fno-common -g -ggdb CMAKE_CXX_FLAGS_RELEASE: -Wall -Wextra -fno-common -O3 -funroll-loops CMAKE_INSTALL_PREFIX: /usr/local BUILD_SHARED_LIBS: no INTEGER_CLASS : GMP HAVE_SYMENGINE_GMP: yes WITH_SYMENGINE_ASSERT: no WITH_SYMENGINE_RCP: yes WITH_SYMENGINE_TEUCHOS: no WITH_COTIRE: no WITH_GENERATE_PARSER: no HAVE_GCC_ABI_DEMANGLE: yes HAVE_C_FUNCTION_NOT_FUNC: no HAVE_DEFAULT_CONSTRUCTORS: yes HAVE_SYMENGINE_NOEXCEPT: yes HAVE_SYMENGINE_IS_CONSTRUCTIBLE: yes HAVE_SYMENGINE_RESERVE: yes HAVE_SYMENGINE_STD_TO_STRING: TRUE WITH_SYMENGINE_THREAD_SAFE: no BUILD_TESTS: no BUILD_BENCHMARKS: no BUILD_BENCHMARKS_GOOGLE: no WITH_GMP: yes GMP_INCLUDE_DIRS: /home/th798/.conda/envs/emacs1/include GMP_LIBRARIES: /home/th798/.conda/envs/emacs1/lib/libgmp.so WITH_BFD: no WITH_ECM: no WITH_PRIMESIEVE: no WITH_FLINT: no WITH_ARB: no WITH_MPFR: yes MPFR_INCLUDE_DIRS: /home/th798/.conda/envs/emacs1/include MPFR_LIBRARIES: /home/th798/.conda/envs/emacs1/lib/libmpfr.so WITH_PIRANHA: no WITH_LLVM: no WITH_BOOST: no WITH_PTHREAD: no WITH_MPC: no WITH_TCMALLOC: no WITH_OPENMP: no WITH_VIRTUAL_TYPEID: no LIBS: mpfr;gmp -------------------------------------------------------------------------------- -- Configuring done -- Generating done -- Build files have been written to: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream + '[' 0 -ne 0 ']' + set +x == setting SymEngine_DIR /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream == config PKG_LIBS and PKG_CPPFLAGS for Makevars set PKG_LIBS=-Wl,-rpath,/home/th798/.conda/envs/emacs1/lib upstream/symengine/libsymengine.a /home/th798/.conda/envs/emacs1/lib/libmpfr.so /home/th798/.conda/envs/emacs1/lib/libgmp.so set PKG_CPPFLAGS=-I/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream -I/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include -I/home/th798/.conda/envs/emacs1/include == generating src/Makevars ====== configuring symengine R package DONE ====== ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' make[1]: Entering directory '/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream' make[2]: Entering directory '/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream' make[3]: Entering directory '/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream' make[3]: Leaving directory '/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream' make[3]: Entering directory '/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream' [ 1%] Building CXX object symengine/CMakeFiles/symengine.dir/add.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.cpp:14: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.cpp:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.cpp:16: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.cpp:276:27: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.cpp:277:26: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 2%] Building CXX object symengine/CMakeFiles/symengine.dir/basic.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/subs.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/subs.h:51:27: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Symbol]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/subs.h:391:27: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:1:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Rational]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:2:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Complex]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:3:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ComplexDouble]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:4:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::RealMPFR]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:6:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::RealDouble]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:11:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Infty]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:12:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::NaN]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:13:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:13:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:328:38: warning: unused parameter 'ar' [-Wunused-parameter] 328 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::NumberWrapper]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:21:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = NumberWrapper; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:21:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Dummy]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:26:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Dummy; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:26:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Mul]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:27:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Add]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:28:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Pow]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:29:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UIntPoly]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:30:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = UIntPoly; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:30:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MIntPoly]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:31:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = MIntPoly; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:31:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::URatPoly]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:32:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = URatPoly; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:32:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UExprPoly]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:33:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = UExprPoly; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:33:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MExprPoly]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:34:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = MExprPoly; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:34:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::GaloisField]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:43:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = GaloisField; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:43:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UnivariateSeries]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:44:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = UnivariateSeries; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:44:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Log]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:45:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Conjugate]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:46:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Constant]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:47:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Sign]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:48:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Floor]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:49:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Ceiling]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:50:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Sin]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:51:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Cos]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:52:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Tan]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:53:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Cot]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:54:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Csc]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:55:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Sec]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:56:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ASin]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:57:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACos]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:58:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ASec]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:59:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACsc]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:60:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ATan]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:61:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACot]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:62:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ATan2]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:63:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Sinh]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:64:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Csch]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:65:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Cosh]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:66:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Sech]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:67:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Tanh]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:68:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Coth]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:69:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ASinh]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:70:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACsch]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:71:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACosh]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:72:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ATanh]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:73:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACoth]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:74:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ASech]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:75:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::LambertW]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:76:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Zeta]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:77:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Dirichlet_eta]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:78:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::KroneckerDelta]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:79:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::LeviCivita]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:80:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Erf]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:81:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Erfc]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:82:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Gamma]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:83:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::PolyGamma]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:84:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::LowerGamma]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:85:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UpperGamma]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:86:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::LogGamma]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:87:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Beta]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:88:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::FunctionSymbol]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:89:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::FunctionWrapper]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:90:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:90:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:617:38: warning: unused parameter 'ar' [-Wunused-parameter] 617 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Derivative]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:91:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Subs]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:92:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Abs]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:93:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Max]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:94:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Min]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:95:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::EmptySet]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:96:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:96:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:510:38: warning: unused parameter 'ar' [-Wunused-parameter] 510 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::FiniteSet]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:97:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Interval]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:98:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Complexes]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:99:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Complexes; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:99:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Reals]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:100:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:100:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:500:38: warning: unused parameter 'ar' [-Wunused-parameter] 500 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Rationals]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:101:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:101:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:505:38: warning: unused parameter 'ar' [-Wunused-parameter] 505 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integers]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:102:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:102:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:515:38: warning: unused parameter 'ar' [-Wunused-parameter] 515 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Naturals]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:103:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Naturals; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:103:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Naturals0]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:104:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Naturals0; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:104:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ConditionSet]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:105:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Union]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:106:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Intersection]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:107:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Intersection; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:107:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Complement]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:108:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ImageSet]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:109:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Piecewise]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:110:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UniversalSet]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:111:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:111:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:520:38: warning: unused parameter 'ar' [-Wunused-parameter] 520 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Contains]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:112:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::BooleanAtom]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:113:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Not]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:114:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::And]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:115:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Or]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:116:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Xor]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:117:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Equality]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:118:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Unequality]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:119:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::LessThan]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:120:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::StrictLessThan]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:121:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Truncate]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:122:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::PrimePi]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:123:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Primorial]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:124:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Tuple]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:125:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Tuple; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:125:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::IdentityMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:127:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = IdentityMatrix; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:127:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ZeroMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:128:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = ZeroMatrix; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:128:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MatrixSymbol]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:129:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = MatrixSymbol; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:129:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::DiagonalMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:130:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = DiagonalMatrix; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:130:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ImmutableDenseMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:131:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = ImmutableDenseMatrix; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:131:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MatrixAdd]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:132:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = MatrixAdd; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:132:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MatrixMul]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:133:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = MatrixMul; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:133:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::HadamardProduct]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:134:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = HadamardProduct; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:134:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Trace]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:135:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Trace; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:135:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ConjugateMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:136:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = ConjugateMatrix; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:136:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Transpose]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:137:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Transpose; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:137:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UnevaluatedExpr]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:139:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Boolean]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:557:24: required from 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:105:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Set]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:534:20: required from 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:108:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const NaN&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:13:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:132:33: warning: unused parameter 'ar' [-Wunused-parameter] 132 | inline void save_basic(Archive &ar, const NaN &b) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:132:48: warning: unused parameter 'b' [-Wunused-parameter] 132 | inline void save_basic(Archive &ar, const NaN &b) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const NumberWrapper&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:21:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:270:33: warning: unused parameter 'ar' [-Wunused-parameter] 270 | inline void save_basic(Archive &ar, const NumberWrapper &b) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:270:58: warning: unused parameter 'b' [-Wunused-parameter] 270 | inline void save_basic(Archive &ar, const NumberWrapper &b) | ~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const Basic&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:30:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:26:33: warning: unused parameter 'ar' [-Wunused-parameter] 26 | inline void save_basic(Archive &ar, const Basic &b) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const GaloisField&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:43:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:240:33: warning: unused parameter 'ar' [-Wunused-parameter] 240 | inline void save_basic(Archive &ar, const GaloisField &b) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:240:56: warning: unused parameter 'b' [-Wunused-parameter] 240 | inline void save_basic(Archive &ar, const GaloisField &b) | ~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const SeriesCoeffInterface&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:44:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:245:33: warning: unused parameter 'ar' [-Wunused-parameter] 245 | inline void save_basic(Archive &ar, const SeriesCoeffInterface &) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const FunctionWrapper&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:90:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:275:33: warning: unused parameter 'ar' [-Wunused-parameter] 275 | inline void save_basic(Archive &ar, const FunctionWrapper &b) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:275:60: warning: unused parameter 'b' [-Wunused-parameter] 275 | inline void save_basic(Archive &ar, const FunctionWrapper &b) | ~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const EmptySet&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:96:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:196:33: warning: unused parameter 'ar' [-Wunused-parameter] 196 | inline void save_basic(Archive &ar, const EmptySet &b) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:196:53: warning: unused parameter 'b' [-Wunused-parameter] 196 | inline void save_basic(Archive &ar, const EmptySet &b) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const Reals&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:100:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:188:33: warning: unused parameter 'ar' [-Wunused-parameter] 188 | inline void save_basic(Archive &ar, const Reals &b) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:188:50: warning: unused parameter 'b' [-Wunused-parameter] 188 | inline void save_basic(Archive &ar, const Reals &b) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const Rationals&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:101:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:192:33: warning: unused parameter 'ar' [-Wunused-parameter] 192 | inline void save_basic(Archive &ar, const Rationals &b) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:192:54: warning: unused parameter 'b' [-Wunused-parameter] 192 | inline void save_basic(Archive &ar, const Rationals &b) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const Integers&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:102:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:200:33: warning: unused parameter 'ar' [-Wunused-parameter] 200 | inline void save_basic(Archive &ar, const Integers &b) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:200:53: warning: unused parameter 'b' [-Wunused-parameter] 200 | inline void save_basic(Archive &ar, const Integers &b) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const UniversalSet&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:111:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:204:33: warning: unused parameter 'ar' [-Wunused-parameter] 204 | inline void save_basic(Archive &ar, const UniversalSet &b) | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/serialize-cereal.h:204:57: warning: unused parameter 'b' [-Wunused-parameter] 204 | inline void save_basic(Archive &ar, const UniversalSet &b) | ~~~~~~~~~~~~~~~~~~~~^ [ 3%] Building CXX object symengine/CMakeFiles/symengine.dir/complex.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.cpp:181:27: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 4%] Building CXX object symengine/CMakeFiles/symengine.dir/complex_double.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.cpp:6: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 5%] Building CXX object symengine/CMakeFiles/symengine.dir/constants.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 6%] Building CXX object symengine/CMakeFiles/symengine.dir/cse.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cse.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cse.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cse.cpp:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cse.cpp: In member function 'void SymEngine::OptsCSEVisitor::bvisit(const SymEngine::Derivative&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cse.cpp:323:35: warning: unused parameter 'x' [-Wunused-parameter] 323 | void bvisit(const Derivative &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cse.cpp: In member function 'void SymEngine::OptsCSEVisitor::bvisit(const SymEngine::Subs&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cse.cpp:327:29: warning: unused parameter 'x' [-Wunused-parameter] 327 | void bvisit(const Subs &x) | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 7%] Building CXX object symengine/CMakeFiles/symengine.dir/cwrapper.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symbol.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cwrapper.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cwrapper.cpp:6: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cwrapper.cpp:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h: In lambda function: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h:650:51: warning: unused parameter 'x' [-Wunused-parameter] 650 | result_ = [=](const std::complex *x) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h: In lambda function: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h:658:51: warning: unused parameter 'x' [-Wunused-parameter] 658 | result_ = [=](const std::complex *x) { return tmp; }; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cwrapper.cpp: In function 'int is_a_ComplexMPC(const basic_struct*)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cwrapper.cpp:935:33: warning: unused parameter 'c' [-Wunused-parameter] 935 | int is_a_ComplexMPC(const basic c) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cwrapper.cpp:1664:35: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Symbol]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_construct.h:119:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = SymEngine::RCP; _Args = {}]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:638:18: required from 'static _ForwardIterator std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; bool _TrivialValueType = false]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:701:20: required from '_ForwardIterator std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:766:44: required from '_ForwardIterator std::__uninitialized_default_n_a(_ForwardIterator, _Size, allocator<_Tp>&) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; _Tp = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:1713:36: required from 'void std::vector<_Tp, _Alloc>::_M_default_initialize(size_type) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:553:9: required from 'std::vector<_Tp, _Alloc>::vector(size_type, const allocator_type&) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int; allocator_type = std::allocator >]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/cwrapper.cpp:1605:25: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::Integer&) [with T = double]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:1:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Integer&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:1:1: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h:133:32: warning: unused parameter 'x_' [-Wunused-parameter] 133 | result_ = [=](const T *x_) { return tmp; }; | ~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::Rational&) [with T = double]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:2:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Rational&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:2:1: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h:139:32: warning: unused parameter 'x' [-Wunused-parameter] 139 | result_ = [=](const T *x) { return tmp; }; | ~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::RealMPFR&) [with T = double]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:6:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::RealMPFR&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:6:1: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h:152:32: warning: unused parameter 'x' [-Wunused-parameter] 152 | result_ = [=](const T *x) { return tmp; }; | ~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::RealDouble&) [with T = double]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:11:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::RealDouble&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:11:1: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h:145:32: warning: unused parameter 'x' [-Wunused-parameter] 145 | result_ = [=](const T *x) { return tmp; }; | ~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::Symbol&) [with T = double]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:25:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Symbol&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:25:1: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h:124:36: warning: unused parameter 'x' [-Wunused-parameter] 124 | result_ = [=](const T *x) { return *cse_intermediate_result; }; | ~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::Constant&) [with T = double]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:47:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Constant&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:47:1: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/lambda_double.h:346:32: warning: unused parameter 'x' [-Wunused-parameter] 346 | result_ = [=](const T *x) { return tmp; }; | ~~~~~~~~~^ [ 8%] Building CXX object symengine/CMakeFiles/symengine.dir/dense_matrix.cpp.o /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dense_matrix.cpp:520: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 520 | #pragma omp parallel for | /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dense_matrix.cpp:546: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 546 | #pragma omp parallel for | /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dense_matrix.cpp:570: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 570 | #pragma omp parallel for | /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dense_matrix.cpp:583: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 583 | #pragma omp parallel for | In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dense_matrix.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/subs.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dense_matrix.cpp:6: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dense_matrix.cpp:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dense_matrix.cpp: In function 'void SymEngine::submatrix_dense(const DenseMatrix&, DenseMatrix&, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dense_matrix.cpp:634:51: warning: unused parameter 'row_end' [-Wunused-parameter] 634 | unsigned col_start, unsigned row_end, unsigned col_end, | ~~~~~~~~~^~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dense_matrix.cpp:634:69: warning: unused parameter 'col_end' [-Wunused-parameter] 634 | unsigned col_start, unsigned row_end, unsigned col_end, | ~~~~~~~~~^~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/subs.h:51:27: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Symbol]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/subs.h:391:27: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 9%] Building CXX object symengine/CMakeFiles/symengine.dir/derivative.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In function 'bool SymEngine::fdiff(const Ptr >&, const Function&, unsigned int)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:109:48: warning: unused parameter 'ret' [-Wunused-parameter] 109 | static bool fdiff(const Ptr> &ret, const Function &self, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:109:69: warning: unused parameter 'self' [-Wunused-parameter] 109 | static bool fdiff(const Ptr> &ret, const Function &self, | ~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:110:28: warning: unused parameter 'index' [-Wunused-parameter] 110 | unsigned index) | ~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:197:40: warning: unused parameter 'self' [-Wunused-parameter] 197 | void DiffVisitor::bvisit(const Number &self) | ~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:202:42: warning: unused parameter 'self' [-Wunused-parameter] 202 | void DiffVisitor::bvisit(const Constant &self) | ~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:690:37: warning: unused parameter 'self' [-Wunused-parameter] 690 | void DiffVisitor::bvisit(const Set &self) | ~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Tuple&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:695:39: warning: unused parameter 'self' [-Wunused-parameter] 695 | void DiffVisitor::bvisit(const Tuple &self) | ~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:700:48: warning: unused parameter 'self' [-Wunused-parameter] 700 | void DiffVisitor::bvisit(const IdentityMatrix &self) | ~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::ZeroMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:705:44: warning: unused parameter 'self' [-Wunused-parameter] 705 | void DiffVisitor::bvisit(const ZeroMatrix &self) | ~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::MatrixSymbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:710:46: warning: unused parameter 'self' [-Wunused-parameter] 710 | void DiffVisitor::bvisit(const MatrixSymbol &self) | ~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:715:48: warning: unused parameter 'self' [-Wunused-parameter] 715 | void DiffVisitor::bvisit(const DiagonalMatrix &self) | ~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::ImmutableDenseMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:720:54: warning: unused parameter 'self' [-Wunused-parameter] 720 | void DiffVisitor::bvisit(const ImmutableDenseMatrix &self) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::MatrixAdd&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:725:43: warning: unused parameter 'self' [-Wunused-parameter] 725 | void DiffVisitor::bvisit(const MatrixAdd &self) | ~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::HadamardProduct&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:730:49: warning: unused parameter 'self' [-Wunused-parameter] 730 | void DiffVisitor::bvisit(const HadamardProduct &self) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::MatrixMul&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:735:43: warning: unused parameter 'self' [-Wunused-parameter] 735 | void DiffVisitor::bvisit(const MatrixMul &self) | ~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::ConjugateMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:740:49: warning: unused parameter 'self' [-Wunused-parameter] 740 | void DiffVisitor::bvisit(const ConjugateMatrix &self) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Transpose&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:745:43: warning: unused parameter 'self' [-Wunused-parameter] 745 | void DiffVisitor::bvisit(const Transpose &self) | ~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Trace&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:750:39: warning: unused parameter 'self' [-Wunused-parameter] 750 | void DiffVisitor::bvisit(const Trace &self) | ~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:755:41: warning: unused parameter 'self' [-Wunused-parameter] 755 | void DiffVisitor::bvisit(const Boolean &self) | ~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/subs.h:51:27: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Symbol]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/subs.h:391:27: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UIntDict; BaseType = SymEngine::UIntPolyBase; Poly = SymEngine::UIntPoly; typename BaseType::coef_type = SymEngine::mpz_wrapper; typename Container::key_type = unsigned int; typename M::key_type = unsigned int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:496:43: required from 'static SymEngine::RCP SymEngine::UNonExprPoly::from_dict(const SymEngine::RCP&, std::map&&) [with Container = SymEngine::UIntDict; Poly = SymEngine::UIntPoly; Cf = SymEngine::mpz_wrapper]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:135:31: required from 'SymEngine::RCP SymEngine::diff_upoly(const Poly&, const Symbol&) [with Poly = UIntPoly; Dict = std::map]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:625:49: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::URatDict; BaseType = SymEngine::URatPolyBase; Poly = SymEngine::URatPoly; typename BaseType::coef_type = SymEngine::mpq_wrapper; typename Container::key_type = unsigned int; typename M::key_type = unsigned int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:496:43: required from 'static SymEngine::RCP SymEngine::UNonExprPoly::from_dict(const SymEngine::RCP&, std::map&&) [with Container = SymEngine::URatDict; Poly = SymEngine::URatPoly; Cf = SymEngine::mpq_wrapper]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:135:31: required from 'SymEngine::RCP SymEngine::diff_upoly(const Poly&, const Symbol&) [with Poly = URatPoly; Dict = std::map]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/derivative.cpp:630:49: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] [ 10%] Building CXX object symengine/CMakeFiles/symengine.dir/dict.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 11%] Building CXX object symengine/CMakeFiles/symengine.dir/diophantine.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/diophantine.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/diophantine.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/diophantine.cpp:75:24: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 13%] Building CXX object symengine/CMakeFiles/symengine.dir/eval.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/eval.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/eval.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/eval.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/eval.cpp:7: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 14%] Building CXX object symengine/CMakeFiles/symengine.dir/eval_double.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/eval_double.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/eval_double.cpp: In lambda function: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/eval_double.cpp:456:48: warning: unused parameter 'x' [-Wunused-parameter] 456 | table.assign(TypeID_Count, [](const Basic &x) -> double { | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 15%] Building CXX object symengine/CMakeFiles/symengine.dir/expand.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expand.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expand.cpp:140:31: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 16%] Building CXX object symengine/CMakeFiles/symengine.dir/expression.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 17%] Building CXX object symengine/CMakeFiles/symengine.dir/fields.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/fields.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/fields.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/fields.h:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 18%] Building CXX object symengine/CMakeFiles/symengine.dir/finitediff.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/finitediff.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/finitediff.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/finitediff.cpp:31:22: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 19%] Building CXX object symengine/CMakeFiles/symengine.dir/functions.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.cpp: In member function 'bool SymEngine::FunctionSymbol::is_canonical(const SymEngine::vec_basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.cpp:1871:52: warning: unused parameter 'arg' [-Wunused-parameter] 1871 | bool FunctionSymbol::is_canonical(const vec_basic &arg) const | ~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.cpp: In member function 'bool SymEngine::Subs::is_canonical(const SymEngine::RCP&, const SymEngine::map_basic_basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.cpp:2037:48: warning: unused parameter 'dict' [-Wunused-parameter] 2037 | const map_basic_basic &dict) const | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.cpp: In member function 'bool SymEngine::UnevaluatedExpr::is_canonical(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.cpp:3740:60: warning: unused parameter 'arg' [-Wunused-parameter] 3740 | bool UnevaluatedExpr::is_canonical(const RCP &arg) const | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.cpp:393:23: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.cpp:1793:28: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 20%] Building CXX object symengine/CMakeFiles/symengine.dir/infinity.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::sin(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:234:39: warning: unused parameter 'x' [-Wunused-parameter] 234 | RCP sin(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::cos(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:239:39: warning: unused parameter 'x' [-Wunused-parameter] 239 | RCP cos(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::tan(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:244:39: warning: unused parameter 'x' [-Wunused-parameter] 244 | RCP tan(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::cot(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:249:39: warning: unused parameter 'x' [-Wunused-parameter] 249 | RCP cot(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::sec(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:254:39: warning: unused parameter 'x' [-Wunused-parameter] 254 | RCP sec(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::csc(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:259:39: warning: unused parameter 'x' [-Wunused-parameter] 259 | RCP csc(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::asin(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:264:40: warning: unused parameter 'x' [-Wunused-parameter] 264 | RCP asin(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::acos(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:269:40: warning: unused parameter 'x' [-Wunused-parameter] 269 | RCP acos(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::acsc(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:274:40: warning: unused parameter 'x' [-Wunused-parameter] 274 | RCP acsc(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::asec(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:279:40: warning: unused parameter 'x' [-Wunused-parameter] 279 | RCP asec(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::abs(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:432:39: warning: unused parameter 'x' [-Wunused-parameter] 432 | RCP abs(const Basic &x) const override | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/infinity.cpp:14:48: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 21%] Building CXX object symengine/CMakeFiles/symengine.dir/integer.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 22%] Building CXX object symengine/CMakeFiles/symengine.dir/logic.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 23%] Building CXX object symengine/CMakeFiles/symengine.dir/matrix.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 25%] Building CXX object symengine/CMakeFiles/symengine.dir/monomials.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/monomials.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/monomials.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ [ 26%] Building CXX object symengine/CMakeFiles/symengine.dir/mul.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mul.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mul.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mul.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mul.cpp:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 27%] Building CXX object symengine/CMakeFiles/symengine.dir/nan.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.h:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual int SymEngine::NaN::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:23:31: warning: unused parameter 'o' [-Wunused-parameter] 23 | int NaN::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::NaN::add(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:34:42: warning: unused parameter 'other' [-Wunused-parameter] 34 | RCP NaN::add(const Number &other) const | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::NaN::mul(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:39:42: warning: unused parameter 'other' [-Wunused-parameter] 39 | RCP NaN::mul(const Number &other) const | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::NaN::div(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:44:42: warning: unused parameter 'other' [-Wunused-parameter] 44 | RCP NaN::div(const Number &other) const | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::NaN::pow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:49:42: warning: unused parameter 'other' [-Wunused-parameter] 49 | RCP NaN::pow(const Number &other) const | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::NaN::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:54:43: warning: unused parameter 'other' [-Wunused-parameter] 54 | RCP NaN::rpow(const Number &other) const | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::sin(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:61:39: warning: unused parameter 'x' [-Wunused-parameter] 61 | RCP sin(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::cos(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:66:39: warning: unused parameter 'x' [-Wunused-parameter] 66 | RCP cos(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::tan(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:71:39: warning: unused parameter 'x' [-Wunused-parameter] 71 | RCP tan(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::cot(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:76:39: warning: unused parameter 'x' [-Wunused-parameter] 76 | RCP cot(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::sec(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:81:39: warning: unused parameter 'x' [-Wunused-parameter] 81 | RCP sec(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::csc(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:86:39: warning: unused parameter 'x' [-Wunused-parameter] 86 | RCP csc(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::asin(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:91:40: warning: unused parameter 'x' [-Wunused-parameter] 91 | RCP asin(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acos(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:96:40: warning: unused parameter 'x' [-Wunused-parameter] 96 | RCP acos(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acsc(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:101:40: warning: unused parameter 'x' [-Wunused-parameter] 101 | RCP acsc(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::asec(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:106:40: warning: unused parameter 'x' [-Wunused-parameter] 106 | RCP asec(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::atan(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:111:40: warning: unused parameter 'x' [-Wunused-parameter] 111 | RCP atan(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acot(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:116:40: warning: unused parameter 'x' [-Wunused-parameter] 116 | RCP acot(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::sinh(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:121:40: warning: unused parameter 'x' [-Wunused-parameter] 121 | RCP sinh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::csch(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:126:40: warning: unused parameter 'x' [-Wunused-parameter] 126 | RCP csch(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::cosh(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:131:40: warning: unused parameter 'x' [-Wunused-parameter] 131 | RCP cosh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::sech(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:136:40: warning: unused parameter 'x' [-Wunused-parameter] 136 | RCP sech(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::tanh(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:141:40: warning: unused parameter 'x' [-Wunused-parameter] 141 | RCP tanh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::coth(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:146:40: warning: unused parameter 'x' [-Wunused-parameter] 146 | RCP coth(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::asinh(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:151:41: warning: unused parameter 'x' [-Wunused-parameter] 151 | RCP asinh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acosh(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:156:41: warning: unused parameter 'x' [-Wunused-parameter] 156 | RCP acosh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acsch(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:161:41: warning: unused parameter 'x' [-Wunused-parameter] 161 | RCP acsch(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::asech(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:166:41: warning: unused parameter 'x' [-Wunused-parameter] 166 | RCP asech(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::atanh(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:171:41: warning: unused parameter 'x' [-Wunused-parameter] 171 | RCP atanh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acoth(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:176:41: warning: unused parameter 'x' [-Wunused-parameter] 176 | RCP acoth(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::abs(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:181:39: warning: unused parameter 'x' [-Wunused-parameter] 181 | RCP abs(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::log(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:186:39: warning: unused parameter 'x' [-Wunused-parameter] 186 | RCP log(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::gamma(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:191:41: warning: unused parameter 'x' [-Wunused-parameter] 191 | RCP gamma(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::exp(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:196:39: warning: unused parameter 'x' [-Wunused-parameter] 196 | RCP exp(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::floor(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:201:41: warning: unused parameter 'x' [-Wunused-parameter] 201 | RCP floor(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::ceiling(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:206:43: warning: unused parameter 'x' [-Wunused-parameter] 206 | RCP ceiling(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::truncate(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:211:44: warning: unused parameter 'x' [-Wunused-parameter] 211 | RCP truncate(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::erf(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:216:39: warning: unused parameter 'x' [-Wunused-parameter] 216 | RCP erf(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::erfc(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/nan.cpp:221:40: warning: unused parameter 'x' [-Wunused-parameter] 221 | RCP erfc(const Basic &x) const override | ~~~~~~~~~~~~~^ [ 28%] Building CXX object symengine/CMakeFiles/symengine.dir/ntheory.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/ntheory.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/ntheory.cpp:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/ntheory.cpp:6: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/ntheory.cpp: In function 'int SymEngine::factor(const Ptr >&, const Integer&, double)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/ntheory.cpp:371:71: warning: unused parameter 'B1' [-Wunused-parameter] 371 | int factor(const Ptr> &f, const Integer &n, double B1) | ~~~~~~~^~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/ntheory.cpp:1450:28: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 29%] Building CXX object symengine/CMakeFiles/symengine.dir/ntheory_funcs.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/ntheory.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/ntheory_funcs.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 30%] Building CXX object symengine/CMakeFiles/symengine.dir/number.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 31%] Building CXX object symengine/CMakeFiles/symengine.dir/numer_denom.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/numer_denom.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/numer_denom.cpp:103:28: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 32%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/parser_old.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser_old.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 33%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/parser.tab.cc.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:8, from parser.yy:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.tab.cc:41: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': parser.tab.hh:244:15: required from 'T& yy::parser::value_type::emplace(U&& ...) [with T = SymEngine::RCP; U = {}]' parser.tab.cc:792:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Boolean]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_pair.h:385:18: required from 'constexpr std::pair<_T1, _T2>::pair() [with _U1 = SymEngine::RCP; _U2 = SymEngine::RCP; typename std::enable_if, std::__is_implicitly_default_constructible<_U2> >::value, bool>::type = true; _T1 = SymEngine::RCP; _T2 = SymEngine::RCP]' parser.tab.hh:244:15: required from 'T& yy::parser::value_type::emplace(U&& ...) [with T = std::pair, SymEngine::RCP >; U = {}]' parser.tab.cc:800:124: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 34%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/parser.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.cpp:337:33: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 35%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/tokenizer.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:8, from parser.yy:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/tokenizer.h:5, from tokenizer.re:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 36%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/sbml/sbml_parser.tab.cc.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/sbml/sbml_parser.h:8, from sbml_parser.yy:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/sbml/sbml_parser.tab.cc:41: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': sbml_parser.tab.hh:234:15: required from 'T& sbml::parser::semantic_type::emplace(U&& ...) [with T = SymEngine::RCP; U = {}]' sbml_parser.tab.cc:700:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 38%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/sbml/sbml_parser.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/sbml/sbml_parser.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/sbml/sbml_parser.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/sbml/sbml_parser.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 39%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/sbml/sbml_tokenizer.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:8, from parser.yy:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/tokenizer.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/sbml/sbml_tokenizer.h:4, from sbml_tokenizer.re:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 40%] Building CXX object symengine/CMakeFiles/symengine.dir/polys/basic_conversions.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.h: In member function 'void SymEngine::BasicToMIntPoly::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.h:489:33: warning: unused parameter 'x' [-Wunused-parameter] 489 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.cpp: In member function 'void SymEngine::PolyGeneratorVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.cpp:86:31: warning: unused parameter 'x' [-Wunused-parameter] 86 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::__detail::_Hash_node, SymEngine::RCP >, true>]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::__detail::_Hash_node, SymEngine::RCP >, true>; allocator_type = std::allocator, SymEngine::RCP >, true> >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/hashtable_policy.h:1968:36: required from 'std::__detail::_Hashtable_alloc<_NodeAlloc>::__node_type* std::__detail::_Hashtable_alloc<_NodeAlloc>::_M_allocate_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _NodeAlloc = std::allocator, SymEngine::RCP >, true> >; __node_ptr = std::allocator, SymEngine::RCP >, true> >::value_type*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/hashtable.h:308:35: required from 'std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::_Scoped_node::_Scoped_node(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::__hashtable_alloc*, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Value = std::pair, SymEngine::RCP >; _Alloc = std::allocator, SymEngine::RCP > >; _ExtractKey = std::__detail::_Select1st; _Equal = SymEngine::RCPBasicKeyEq; _Hash = SymEngine::RCPBasicHash; _RangeHash = std::__detail::_Mod_range_hashing; _Unused = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::__hashtable_alloc = std::_Hashtable, std::pair, SymEngine::RCP >, std::allocator, SymEngine::RCP > >, std::__detail::_Select1st, SymEngine::RCPBasicKeyEq, SymEngine::RCPBasicHash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::__hashtable_alloc]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/hashtable_policy.h:778:42: required from 'std::__detail::_Map_base<_Key, std::pair, _Alloc, std::__detail::_Select1st, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true>::mapped_type& std::__detail::_Map_base<_Key, std::pair, _Alloc, std::__detail::_Select1st, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Val = SymEngine::RCP; _Alloc = std::allocator, SymEngine::RCP > >; _Equal = SymEngine::RCPBasicKeyEq; _Hash = SymEngine::RCPBasicHash; _RangeHash = std::__detail::_Mod_range_hashing; _Unused = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unordered_map.h:980:20: required from 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::mapped_type& std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Hash = SymEngine::RCPBasicHash; _Pred = SymEngine::RCPBasicKeyEq; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.cpp:31:25: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.h:385:28: required from 'void SymEngine::BasicToMPolyBase::bvisit(const SymEngine::Pow&) [with P = SymEngine::MExprPoly; V = SymEngine::BasicToMExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:29:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Pow&) [with Derived = SymEngine::BasicToMExprPoly; Base = SymEngine::Visitor]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:29:1: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 41%] Building CXX object symengine/CMakeFiles/symengine.dir/polys/msymenginepoly.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/msymenginepoly.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/msymenginepoly.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/msymenginepoly.h:6: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 42%] Building CXX object symengine/CMakeFiles/symengine.dir/polys/uexprpoly.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 43%] Building CXX object symengine/CMakeFiles/symengine.dir/polys/uintpoly.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UIntDict; BaseType = SymEngine::UIntPolyBase; Poly = SymEngine::UIntPoly; typename BaseType::coef_type = SymEngine::mpz_wrapper; typename Container::key_type = unsigned int; typename M::key_type = unsigned int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:496:43: required from 'static SymEngine::RCP SymEngine::UNonExprPoly::from_dict(const SymEngine::RCP&, std::map&&) [with Container = SymEngine::UIntDict; Poly = SymEngine::UIntPoly; Cf = SymEngine::mpz_wrapper]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly.cpp:55:35: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 44%] Building CXX object symengine/CMakeFiles/symengine.dir/polys/uratpoly.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uratpoly.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uratpoly.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::URatDict; BaseType = SymEngine::URatPolyBase; Poly = SymEngine::URatPoly; typename BaseType::coef_type = SymEngine::mpq_wrapper; typename Container::key_type = unsigned int; typename M::key_type = unsigned int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:496:43: required from 'static SymEngine::RCP SymEngine::UNonExprPoly::from_dict(const SymEngine::RCP&, std::map&&) [with Container = SymEngine::URatDict; Poly = SymEngine::URatPoly; Cf = SymEngine::mpq_wrapper]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uratpoly.cpp:52:35: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 45%] Building CXX object symengine/CMakeFiles/symengine.dir/pow.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.cpp:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 46%] Building CXX object symengine/CMakeFiles/symengine.dir/prime_sieve.cpp.o [ 47%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/codegen.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:8:39: warning: unused parameter 'x' [-Wunused-parameter] 8 | void CodePrinter::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Complex&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:12:41: warning: unused parameter 'x' [-Wunused-parameter] 12 | void CodePrinter::bvisit(const Complex &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:82:39: warning: unused parameter 'x' [-Wunused-parameter] 82 | void CodePrinter::bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:86:43: warning: unused parameter 'x' [-Wunused-parameter] 86 | void CodePrinter::bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:90:42: warning: unused parameter 'x' [-Wunused-parameter] 90 | void CodePrinter::bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:94:42: warning: unused parameter 'x' [-Wunused-parameter] 94 | void CodePrinter::bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::FiniteSet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:98:43: warning: unused parameter 'x' [-Wunused-parameter] 98 | void CodePrinter::bvisit(const FiniteSet &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::UniversalSet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:102:46: warning: unused parameter 'x' [-Wunused-parameter] 102 | void CodePrinter::bvisit(const UniversalSet &x) | ~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:174:37: warning: unused parameter 'x' [-Wunused-parameter] 174 | void CodePrinter::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::UnivariateSeries&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:204:50: warning: unused parameter 'x' [-Wunused-parameter] 204 | void CodePrinter::bvisit(const UnivariateSeries &x) | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Derivative&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:208:44: warning: unused parameter 'x' [-Wunused-parameter] 208 | void CodePrinter::bvisit(const Derivative &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Subs&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:212:38: warning: unused parameter 'x' [-Wunused-parameter] 212 | void CodePrinter::bvisit(const Subs &x) | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::GaloisField&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/codegen.cpp:216:45: warning: unused parameter 'x' [-Wunused-parameter] 216 | void CodePrinter::bvisit(const GaloisField &x) | ~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 48%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/mathml.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp:27:41: warning: unused parameter 'x' [-Wunused-parameter] 27 | void MathMLPrinter::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp:104:44: warning: unused parameter 'x' [-Wunused-parameter] 104 | void MathMLPrinter::bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::Complexes&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp:109:45: warning: unused parameter 'x' [-Wunused-parameter] 109 | void MathMLPrinter::bvisit(const Complexes &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp:114:41: warning: unused parameter 'x' [-Wunused-parameter] 114 | void MathMLPrinter::bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp:119:45: warning: unused parameter 'x' [-Wunused-parameter] 119 | void MathMLPrinter::bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/mathml.cpp:124:44: warning: unused parameter 'x' [-Wunused-parameter] 124 | void MathMLPrinter::bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 50%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/sbml.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/sbml.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/sbml.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/sbml.cpp: In member function 'void SymEngine::SbmlPrinter::bvisit(const SymEngine::Infty&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/sbml.cpp:116:39: warning: unused parameter 'x' [-Wunused-parameter] 116 | void SbmlPrinter::bvisit(const Infty &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 51%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/strprinter.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Add&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:28:36: warning: unused parameter 'x' [-Wunused-parameter] 28 | void Precedence::bvisit(const Add &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Mul&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:33:36: warning: unused parameter 'x' [-Wunused-parameter] 33 | void Precedence::bvisit(const Mul &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:38:43: warning: unused parameter 'x' [-Wunused-parameter] 38 | void Precedence::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Pow&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:43:36: warning: unused parameter 'x' [-Wunused-parameter] 43 | void Precedence::bvisit(const Pow &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::GaloisField&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:48:44: warning: unused parameter 'x' [-Wunused-parameter] 48 | void Precedence::bvisit(const GaloisField &x) | ~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:54:41: warning: unused parameter 'x' [-Wunused-parameter] 54 | void Precedence::bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::ComplexDouble&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:101:46: warning: unused parameter 'x' [-Wunused-parameter] 101 | void Precedence::bvisit(const ComplexDouble &x) | ~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:122:38: warning: unused parameter 'x' [-Wunused-parameter] 122 | void Precedence::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:158:36: warning: unused parameter 'x' [-Wunused-parameter] 158 | void StrPrinter::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Complexes&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:373:42: warning: unused parameter 'x' [-Wunused-parameter] 373 | void StrPrinter::bvisit(const Complexes &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:378:38: warning: unused parameter 'x' [-Wunused-parameter] 378 | void StrPrinter::bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:383:42: warning: unused parameter 'x' [-Wunused-parameter] 383 | void StrPrinter::bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:388:41: warning: unused parameter 'x' [-Wunused-parameter] 388 | void StrPrinter::bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:393:41: warning: unused parameter 'x' [-Wunused-parameter] 393 | void StrPrinter::bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:398:42: warning: unused parameter 'x' [-Wunused-parameter] 398 | void StrPrinter::bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:403:41: warning: unused parameter 'x' [-Wunused-parameter] 403 | void StrPrinter::bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::UniversalSet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:445:45: warning: unused parameter 'x' [-Wunused-parameter] 445 | void StrPrinter::bvisit(const UniversalSet &x) | ~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:1030:47: warning: unused parameter 'x' [-Wunused-parameter] 1030 | void StrPrinter::bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::ZeroMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:1035:43: warning: unused parameter 'x' [-Wunused-parameter] 1035 | void StrPrinter::bvisit(const ZeroMatrix &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::JuliaStrPrinter::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:1167:41: warning: unused parameter 'x' [-Wunused-parameter] 1167 | void JuliaStrPrinter::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'std::string SymEngine::typeName(const T&) [with T = Basic; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.cpp:136:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:253:31: warning: unused parameter 't' [-Wunused-parameter] 253 | std::string typeName(const T &t) | ~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 52%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/latex.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp:131:38: warning: unused parameter 'x' [-Wunused-parameter] 131 | void LatexPrinter::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp:426:43: warning: unused parameter 'x' [-Wunused-parameter] 426 | void LatexPrinter::bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Complexes&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp:431:44: warning: unused parameter 'x' [-Wunused-parameter] 431 | void LatexPrinter::bvisit(const Complexes &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp:436:40: warning: unused parameter 'x' [-Wunused-parameter] 436 | void LatexPrinter::bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp:441:44: warning: unused parameter 'x' [-Wunused-parameter] 441 | void LatexPrinter::bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp:446:43: warning: unused parameter 'x' [-Wunused-parameter] 446 | void LatexPrinter::bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp:451:43: warning: unused parameter 'x' [-Wunused-parameter] 451 | void LatexPrinter::bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp:456:44: warning: unused parameter 'x' [-Wunused-parameter] 456 | void LatexPrinter::bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'virtual std::string SymEngine::LatexPrinter::print_div(const std::string&, const std::string&, bool)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/latex.cpp:583:66: warning: unused parameter 'paren' [-Wunused-parameter] 583 | const std::string &den, bool paren) | ~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 53%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/unicode.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/strprinter.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:46:40: warning: unused parameter 'x' [-Wunused-parameter] 46 | void UnicodePrinter::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Complexes&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:277:46: warning: unused parameter 'x' [-Wunused-parameter] 277 | void UnicodePrinter::bvisit(const Complexes &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:282:42: warning: unused parameter 'x' [-Wunused-parameter] 282 | void UnicodePrinter::bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:287:46: warning: unused parameter 'x' [-Wunused-parameter] 287 | void UnicodePrinter::bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:292:45: warning: unused parameter 'x' [-Wunused-parameter] 292 | void UnicodePrinter::bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:297:45: warning: unused parameter 'x' [-Wunused-parameter] 297 | void UnicodePrinter::bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:302:46: warning: unused parameter 'x' [-Wunused-parameter] 302 | void UnicodePrinter::bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:307:45: warning: unused parameter 'x' [-Wunused-parameter] 307 | void UnicodePrinter::bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::UniversalSet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:312:49: warning: unused parameter 'x' [-Wunused-parameter] 312 | void UnicodePrinter::bvisit(const UniversalSet &x) | ~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'std::string SymEngine::typeName(const T&) [with T = Basic; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers/unicode.cpp:25:36: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:253:31: warning: unused parameter 't' [-Wunused-parameter] 253 | std::string typeName(const T &t) | ~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 54%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/stringbox.cpp.o [ 55%] Building CXX object symengine/CMakeFiles/symengine.dir/rational.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.cpp:200:24: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 56%] Building CXX object symengine/CMakeFiles/symengine.dir/real_double.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.cpp:6: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateComplexDouble::gamma(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.cpp:286:41: warning: unused parameter 'x' [-Wunused-parameter] 286 | RCP gamma(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateComplexDouble::erf(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.cpp:363:39: warning: unused parameter 'x' [-Wunused-parameter] 363 | RCP erf(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateComplexDouble::erfc(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.cpp:368:40: warning: unused parameter 'x' [-Wunused-parameter] 368 | RCP erfc(const Basic &x) const override | ~~~~~~~~~~~~~^ [ 57%] Building CXX object symengine/CMakeFiles/symengine.dir/rewrite.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rewrite.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 58%] Building CXX object symengine/CMakeFiles/symengine.dir/rings.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rings.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rings.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 59%] Building CXX object symengine/CMakeFiles/symengine.dir/series.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series.cpp:7: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h: In member function 'void SymEngine::NeedsSymbolicExpansionVisitor::bvisit(const SymEngine::LambertW&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h:338:33: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const LambertW &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h: In member function 'void SymEngine::NeedsSymbolicExpansionVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h:344:30: warning: unused parameter 'x' [-Wunused-parameter] 344 | void bvisit(const Basic &x) {} | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series.cpp: In function 'SymEngine::RCP SymEngine::series_invfunc(const RCP&, const RCP&, unsigned int)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series.cpp:62:72: warning: unused parameter 'ex' [-Wunused-parameter] 62 | RCP series_invfunc(const RCP &ex, | ~~~~~~~~~~~~~~~~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series.cpp:63:73: warning: unused parameter 'var' [-Wunused-parameter] 63 | const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series.cpp:64:61: warning: unused parameter 'prec' [-Wunused-parameter] 64 | unsigned int prec) | ~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Symbol]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h:291:7: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 60%] Building CXX object symengine/CMakeFiles/symengine.dir/series_generic.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_generic.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h: In member function 'void SymEngine::NeedsSymbolicExpansionVisitor::bvisit(const SymEngine::LambertW&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h:338:33: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const LambertW &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h: In member function 'void SymEngine::NeedsSymbolicExpansionVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_visitor.h:344:30: warning: unused parameter 'x' [-Wunused-parameter] 344 | void bvisit(const Basic &x) {} | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_generic.cpp: In static member function 'static SymEngine::UExprDict SymEngine::UnivariateSeries::var(const std::string&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_generic.cpp:64:52: warning: unused parameter 's' [-Wunused-parameter] 64 | UExprDict UnivariateSeries::var(const std::string &s) | ~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_generic.cpp: In static member function 'static SymEngine::Expression SymEngine::UnivariateSeries::find_cf(const SymEngine::UExprDict&, const SymEngine::UExprDict&, int)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_generic.cpp:128:75: warning: unused parameter 'var' [-Wunused-parameter] 128 | Expression UnivariateSeries::find_cf(const UExprDict &s, const UExprDict &var, | ~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_generic.cpp: In static member function 'static SymEngine::UExprDict SymEngine::UnivariateSeries::integrate(const SymEngine::UExprDict&, const SymEngine::UExprDict&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_generic.cpp:156:76: warning: unused parameter 'var' [-Wunused-parameter] 156 | UExprDict UnivariateSeries::integrate(const UExprDict &s, const UExprDict &var) | ~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_generic.cpp: In static member function 'static SymEngine::UExprDict SymEngine::UnivariateSeries::subs(const SymEngine::UExprDict&, const SymEngine::UExprDict&, const SymEngine::UExprDict&, unsigned int)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/series_generic.cpp:171:71: warning: unused parameter 'var' [-Wunused-parameter] 171 | UExprDict UnivariateSeries::subs(const UExprDict &s, const UExprDict &var, | ~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 61%] Building CXX object symengine/CMakeFiles/symengine.dir/sets.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In static member function 'static bool SymEngine::Interval::is_canonical(const SymEngine::RCP&, const SymEngine::RCP&, bool, bool)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:20:62: warning: unused parameter 'left_open' [-Wunused-parameter] 20 | const RCP &e, bool left_open, | ~~~~~^~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:21:34: warning: unused parameter 'right_open' [-Wunused-parameter] 21 | bool right_open) | ~~~~~^~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Complexes::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:345:37: warning: unused parameter 'o' [-Wunused-parameter] 345 | int Complexes::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Reals::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:425:33: warning: unused parameter 'o' [-Wunused-parameter] 425 | int Reals::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Rationals::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:501:37: warning: unused parameter 'o' [-Wunused-parameter] 501 | int Rationals::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Integers::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:589:36: warning: unused parameter 'o' [-Wunused-parameter] 589 | int Integers::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Naturals::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:675:36: warning: unused parameter 'o' [-Wunused-parameter] 675 | int Naturals::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Naturals0::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:758:37: warning: unused parameter 'o' [-Wunused-parameter] 758 | int Naturals0::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::set_intersection(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:770:65: warning: unused parameter 'o' [-Wunused-parameter] 770 | RCP EmptySet::set_intersection(const RCP &o) const | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::EmptySet::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:798:36: warning: unused parameter 'o' [-Wunused-parameter] 798 | int EmptySet::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::set_union(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:815:62: warning: unused parameter 'o' [-Wunused-parameter] 815 | RCP UniversalSet::set_union(const RCP &o) const | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::set_complement(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:820:67: warning: unused parameter 'o' [-Wunused-parameter] 820 | RCP UniversalSet::set_complement(const RCP &o) const | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::UniversalSet::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:838:40: warning: unused parameter 'o' [-Wunused-parameter] 838 | int UniversalSet::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual SymEngine::RCP SymEngine::ImageSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:1578:63: warning: unused parameter 'a' [-Wunused-parameter] 1578 | RCP ImageSet::contains(const RCP &a) const | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:135:27: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.cpp:137:26: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 63%] Building CXX object symengine/CMakeFiles/symengine.dir/set_funcs.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:18:30: warning: unused parameter 'x' [-Wunused-parameter] 18 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:20:28: warning: unused parameter 'x' [-Wunused-parameter] 20 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:26:30: warning: unused parameter 'x' [-Wunused-parameter] 26 | void bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:31:34: warning: unused parameter 'x' [-Wunused-parameter] 31 | void bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:36:33: warning: unused parameter 'x' [-Wunused-parameter] 36 | void bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:41:33: warning: unused parameter 'x' [-Wunused-parameter] 41 | void bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:46:34: warning: unused parameter 'x' [-Wunused-parameter] 46 | void bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Complement&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:73:35: warning: unused parameter 'x' [-Wunused-parameter] 73 | void bvisit(const Complement &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::ImageSet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:78:33: warning: unused parameter 'x' [-Wunused-parameter] 78 | void bvisit(const ImageSet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:98:30: warning: unused parameter 'x' [-Wunused-parameter] 98 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:100:28: warning: unused parameter 'x' [-Wunused-parameter] 100 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:106:30: warning: unused parameter 'x' [-Wunused-parameter] 106 | void bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:111:34: warning: unused parameter 'x' [-Wunused-parameter] 111 | void bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:116:33: warning: unused parameter 'x' [-Wunused-parameter] 116 | void bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:121:33: warning: unused parameter 'x' [-Wunused-parameter] 121 | void bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:126:34: warning: unused parameter 'x' [-Wunused-parameter] 126 | void bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Complement&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:153:35: warning: unused parameter 'x' [-Wunused-parameter] 153 | void bvisit(const Complement &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::ImageSet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:158:33: warning: unused parameter 'x' [-Wunused-parameter] 158 | void bvisit(const ImageSet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:190:30: warning: unused parameter 'x' [-Wunused-parameter] 190 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:192:33: warning: unused parameter 'x' [-Wunused-parameter] 192 | void bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::UniversalSet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:197:37: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const UniversalSet &x) | ~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Complexes&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:202:34: warning: unused parameter 'x' [-Wunused-parameter] 202 | void bvisit(const Complexes &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:207:30: warning: unused parameter 'x' [-Wunused-parameter] 207 | void bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:212:34: warning: unused parameter 'x' [-Wunused-parameter] 212 | void bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:217:33: warning: unused parameter 'x' [-Wunused-parameter] 217 | void bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:222:33: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:227:34: warning: unused parameter 'x' [-Wunused-parameter] 227 | void bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Complement&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:260:35: warning: unused parameter 'x' [-Wunused-parameter] 260 | void bvisit(const Complement &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::ImageSet&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:265:33: warning: unused parameter 'x' [-Wunused-parameter] 265 | void bvisit(const ImageSet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Set]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/set_funcs.cpp:188:23: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 64%] Building CXX object symengine/CMakeFiles/symengine.dir/solve.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.h: In member function 'void SymEngine::BasicToMIntPoly::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.h:489:33: warning: unused parameter 'x' [-Wunused-parameter] 489 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.cpp:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/as_real_imag.cpp: In member function 'void SymEngine::RealImagVisitor::bvisit(const SymEngine::Function&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/as_real_imag.cpp:263:33: warning: unused parameter 'x' [-Wunused-parameter] 263 | void bvisit(const Function &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/as_real_imag.cpp: In member function 'void SymEngine::RealImagVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/as_real_imag.cpp:269:31: warning: unused parameter 'x' [-Wunused-parameter] 269 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.cpp: In member function 'void SymEngine::IsALinearArgTrigVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.cpp:323:30: warning: unused parameter 'x' [-Wunused-parameter] 323 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.cpp: In member function 'void SymEngine::InvertComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.cpp:373:30: warning: unused parameter 'x' [-Wunused-parameter] 373 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.cpp: In function 'SymEngine::vec_basic SymEngine::linsolve(const DenseMatrix&, const vec_sym&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.cpp:571:62: warning: unused parameter 'syms' [-Wunused-parameter] 571 | vec_basic linsolve(const DenseMatrix &system, const vec_sym &syms) | ~~~~~~~~~~~~~~~^~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/as_real_imag.cpp:73:56: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Set]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.cpp:369:54: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/solve.h:13: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.h:385:28: required from 'void SymEngine::BasicToMPolyBase::bvisit(const SymEngine::Pow&) [with P = SymEngine::MExprPoly; V = SymEngine::BasicToMExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:29:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Pow&) [with Derived = SymEngine::BasicToMExprPoly; Base = SymEngine::Visitor]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:29:1: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 65%] Building CXX object symengine/CMakeFiles/symengine.dir/sparse_matrix.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::inv(SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:185:33: warning: unused parameter 'result' [-Wunused-parameter] 185 | void CSRMatrix::inv(MatrixBase &result) const | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::add_matrix(const SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:190:46: warning: unused parameter 'other' [-Wunused-parameter] 190 | void CSRMatrix::add_matrix(const MatrixBase &other, MatrixBase &result) const | ~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:190:65: warning: unused parameter 'result' [-Wunused-parameter] 190 | void CSRMatrix::add_matrix(const MatrixBase &other, MatrixBase &result) const | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::mul_matrix(const SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:195:46: warning: unused parameter 'other' [-Wunused-parameter] 195 | void CSRMatrix::mul_matrix(const MatrixBase &other, MatrixBase &result) const | ~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:195:65: warning: unused parameter 'result' [-Wunused-parameter] 195 | void CSRMatrix::mul_matrix(const MatrixBase &other, MatrixBase &result) const | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::add_scalar(const SymEngine::RCP&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:211:52: warning: unused parameter 'k' [-Wunused-parameter] 211 | void CSRMatrix::add_scalar(const RCP &k, MatrixBase &result) const | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:211:67: warning: unused parameter 'result' [-Wunused-parameter] 211 | void CSRMatrix::add_scalar(const RCP &k, MatrixBase &result) const | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::mul_scalar(const SymEngine::RCP&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:217:52: warning: unused parameter 'k' [-Wunused-parameter] 217 | void CSRMatrix::mul_scalar(const RCP &k, MatrixBase &result) const | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:217:67: warning: unused parameter 'result' [-Wunused-parameter] 217 | void CSRMatrix::mul_scalar(const RCP &k, MatrixBase &result) const | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::submatrix(SymEngine::MatrixBase&, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:287:39: warning: unused parameter 'result' [-Wunused-parameter] 287 | void CSRMatrix::submatrix(MatrixBase &result, unsigned row_start, | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:287:56: warning: unused parameter 'row_start' [-Wunused-parameter] 287 | void CSRMatrix::submatrix(MatrixBase &result, unsigned row_start, | ~~~~~~~~~^~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:288:36: warning: unused parameter 'col_start' [-Wunused-parameter] 288 | unsigned col_start, unsigned row_end, | ~~~~~~~~~^~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:288:56: warning: unused parameter 'row_end' [-Wunused-parameter] 288 | unsigned col_start, unsigned row_end, | ~~~~~~~~~^~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:289:36: warning: unused parameter 'col_end' [-Wunused-parameter] 289 | unsigned col_end, unsigned row_step, | ~~~~~~~~~^~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:289:54: warning: unused parameter 'row_step' [-Wunused-parameter] 289 | unsigned col_end, unsigned row_step, | ~~~~~~~~~^~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:290:36: warning: unused parameter 'col_step' [-Wunused-parameter] 290 | unsigned col_step) const | ~~~~~~~~~^~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::LU(SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:296:32: warning: unused parameter 'L' [-Wunused-parameter] 296 | void CSRMatrix::LU(MatrixBase &L, MatrixBase &U) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:296:47: warning: unused parameter 'U' [-Wunused-parameter] 296 | void CSRMatrix::LU(MatrixBase &L, MatrixBase &U) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::LDL(SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:302:33: warning: unused parameter 'L' [-Wunused-parameter] 302 | void CSRMatrix::LDL(MatrixBase &L, MatrixBase &D) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:302:48: warning: unused parameter 'D' [-Wunused-parameter] 302 | void CSRMatrix::LDL(MatrixBase &L, MatrixBase &D) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::LU_solve(const SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:308:44: warning: unused parameter 'b' [-Wunused-parameter] 308 | void CSRMatrix::LU_solve(const MatrixBase &b, MatrixBase &x) const | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:308:59: warning: unused parameter 'x' [-Wunused-parameter] 308 | void CSRMatrix::LU_solve(const MatrixBase &b, MatrixBase &x) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::FFLU(SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:314:34: warning: unused parameter 'LU' [-Wunused-parameter] 314 | void CSRMatrix::FFLU(MatrixBase &LU) const | ~~~~~~~~~~~~^~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::FFLDU(SymEngine::MatrixBase&, SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:320:35: warning: unused parameter 'L' [-Wunused-parameter] 320 | void CSRMatrix::FFLDU(MatrixBase &L, MatrixBase &D, MatrixBase &U) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:320:50: warning: unused parameter 'D' [-Wunused-parameter] 320 | void CSRMatrix::FFLDU(MatrixBase &L, MatrixBase &D, MatrixBase &U) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:320:65: warning: unused parameter 'U' [-Wunused-parameter] 320 | void CSRMatrix::FFLDU(MatrixBase &L, MatrixBase &D, MatrixBase &U) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::QR(SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:326:32: warning: unused parameter 'Q' [-Wunused-parameter] 326 | void CSRMatrix::QR(MatrixBase &Q, MatrixBase &R) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:326:47: warning: unused parameter 'R' [-Wunused-parameter] 326 | void CSRMatrix::QR(MatrixBase &Q, MatrixBase &R) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::cholesky(SymEngine::MatrixBase&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sparse_matrix.cpp:332:38: warning: unused parameter 'L' [-Wunused-parameter] 332 | void CSRMatrix::cholesky(MatrixBase &L) const | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 66%] Building CXX object symengine/CMakeFiles/symengine.dir/symbol.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symbol.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 67%] Building CXX object symengine/CMakeFiles/symengine.dir/symengine_rcp.cpp.o [ 68%] Building CXX object symengine/CMakeFiles/symengine.dir/visitor.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.h: In member function 'void SymEngine::BasicToMIntPoly::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.h:489:33: warning: unused parameter 'x' [-Wunused-parameter] 489 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.cpp: In member function 'void SymEngine::CountOpsVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.cpp:289:44: warning: unused parameter 'x' [-Wunused-parameter] 289 | void CountOpsVisitor::bvisit(const Number &x) {} | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.cpp: In member function 'void SymEngine::CountOpsVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.cpp:302:44: warning: unused parameter 'x' [-Wunused-parameter] 302 | void CountOpsVisitor::bvisit(const Symbol &x) {} | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.cpp: In member function 'void SymEngine::CountOpsVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.cpp:304:46: warning: unused parameter 'x' [-Wunused-parameter] 304 | void CountOpsVisitor::bvisit(const Constant &x) {} | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/basic_conversions.h:385:28: required from 'void SymEngine::BasicToMPolyBase::bvisit(const SymEngine::Pow&) [with P = SymEngine::MExprPoly; V = SymEngine::BasicToMExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:29:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Pow&) [with Derived = SymEngine::BasicToMExprPoly; Base = SymEngine::Visitor]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/type_codes.inc:29:1: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 69%] Building CXX object symengine/CMakeFiles/symengine.dir/test_visitors.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::ZeroVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:12:39: warning: unused parameter 'x' [-Wunused-parameter] 12 | void ZeroVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::ZeroVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:17:37: warning: unused parameter 'x' [-Wunused-parameter] 17 | void ZeroVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::ZeroVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:22:44: warning: unused parameter 'x' [-Wunused-parameter] 22 | void ZeroVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::ZeroVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:27:41: warning: unused parameter 'x' [-Wunused-parameter] 27 | void ZeroVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::ZeroVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:32:42: warning: unused parameter 'x' [-Wunused-parameter] 32 | void ZeroVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::PositiveVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:99:46: warning: unused parameter 'x' [-Wunused-parameter] 99 | void PositiveVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::PositiveVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:104:43: warning: unused parameter 'x' [-Wunused-parameter] 104 | void PositiveVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::PositiveVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:109:41: warning: unused parameter 'x' [-Wunused-parameter] 109 | void PositiveVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::PositiveVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:114:48: warning: unused parameter 'x' [-Wunused-parameter] 114 | void PositiveVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::PositiveVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:119:45: warning: unused parameter 'x' [-Wunused-parameter] 119 | void PositiveVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonPositiveVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:206:49: warning: unused parameter 'x' [-Wunused-parameter] 206 | void NonPositiveVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonPositiveVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:211:46: warning: unused parameter 'x' [-Wunused-parameter] 211 | void NonPositiveVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonPositiveVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:216:44: warning: unused parameter 'x' [-Wunused-parameter] 216 | void NonPositiveVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonPositiveVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:221:51: warning: unused parameter 'x' [-Wunused-parameter] 221 | void NonPositiveVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonPositiveVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:226:48: warning: unused parameter 'x' [-Wunused-parameter] 226 | void NonPositiveVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NegativeVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:268:43: warning: unused parameter 'x' [-Wunused-parameter] 268 | void NegativeVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NegativeVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:273:41: warning: unused parameter 'x' [-Wunused-parameter] 273 | void NegativeVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NegativeVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:278:48: warning: unused parameter 'x' [-Wunused-parameter] 278 | void NegativeVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NegativeVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:283:45: warning: unused parameter 'x' [-Wunused-parameter] 283 | void NegativeVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NegativeVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:288:46: warning: unused parameter 'x' [-Wunused-parameter] 288 | void NegativeVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonNegativeVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:330:46: warning: unused parameter 'x' [-Wunused-parameter] 330 | void NonNegativeVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonNegativeVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:335:44: warning: unused parameter 'x' [-Wunused-parameter] 335 | void NonNegativeVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonNegativeVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:340:51: warning: unused parameter 'x' [-Wunused-parameter] 340 | void NonNegativeVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonNegativeVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:345:48: warning: unused parameter 'x' [-Wunused-parameter] 345 | void NonNegativeVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonNegativeVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:350:49: warning: unused parameter 'x' [-Wunused-parameter] 350 | void NonNegativeVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:876:41: warning: unused parameter 'x' [-Wunused-parameter] 876 | void FiniteVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:890:42: warning: unused parameter 'x' [-Wunused-parameter] 890 | void FiniteVisitor::bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Infty&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:895:41: warning: unused parameter 'x' [-Wunused-parameter] 895 | void FiniteVisitor::bvisit(const Infty &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:900:39: warning: unused parameter 'x' [-Wunused-parameter] 900 | void FiniteVisitor::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:905:39: warning: unused parameter 'x' [-Wunused-parameter] 905 | void FiniteVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:910:46: warning: unused parameter 'x' [-Wunused-parameter] 910 | void FiniteVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:915:43: warning: unused parameter 'x' [-Wunused-parameter] 915 | void FiniteVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:920:44: warning: unused parameter 'x' [-Wunused-parameter] 920 | void FiniteVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:960:44: warning: unused parameter 'x' [-Wunused-parameter] 960 | void AlgebraicVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:965:42: warning: unused parameter 'x' [-Wunused-parameter] 965 | void AlgebraicVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:970:49: warning: unused parameter 'x' [-Wunused-parameter] 970 | void AlgebraicVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:975:46: warning: unused parameter 'x' [-Wunused-parameter] 975 | void AlgebraicVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:1026:46: warning: unused parameter 'x' [-Wunused-parameter] 1026 | void AlgebraicVisitor::bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:1031:47: warning: unused parameter 'x' [-Wunused-parameter] 1031 | void AlgebraicVisitor::bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.cpp:641:23: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 70%] Building CXX object symengine/CMakeFiles/symengine.dir/assumptions.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/assumptions.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/logic.h:10: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 71%] Building CXX object symengine/CMakeFiles/symengine.dir/refine.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/refine.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/refine.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 72%] Building CXX object symengine/CMakeFiles/symengine.dir/simplify.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/simplify.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/simplify.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 73%] Building CXX object symengine/CMakeFiles/symengine.dir/tuple.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/tuple.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/tuple.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/tuple.cpp: In static member function 'static bool SymEngine::Tuple::is_canonical(const SymEngine::vec_basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/tuple.cpp:13:43: warning: unused parameter 'container' [-Wunused-parameter] 13 | bool Tuple::is_canonical(const vec_basic &container) | ~~~~~~~~~~~~~~~~~^~~~~~~~~ [ 75%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/identity_matrix.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/identity_matrix.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/identity_matrix.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/identity_matrix.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 76%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/matrix_symbol.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_symbol.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_symbol.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ [ 77%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/zero_matrix.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/zero_matrix.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/zero_matrix.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 78%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/diagonal_matrix.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/diagonal_matrix.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/diagonal_matrix.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/diagonal_matrix.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 79%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/immutable_dense_matrix.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/immutable_dense_matrix.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/immutable_dense_matrix.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/immutable_dense_matrix.h:6: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 80%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/matrix_add.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_add.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/immutable_dense_matrix.h:6, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_add.cpp:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::DiagonalMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_add.cpp:106:31: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ImmutableDenseMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_add.cpp:107:37: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ZeroMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_add.cpp:108:27: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_construct.h:119:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = SymEngine::RCP; _Args = {}]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:638:18: required from 'static _ForwardIterator std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; bool _TrivialValueType = false]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:701:20: required from '_ForwardIterator std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:766:44: required from '_ForwardIterator std::__uninitialized_default_n_a(_ForwardIterator, _Size, allocator<_Tp>&) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; _Tp = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:1713:36: required from 'void std::vector<_Tp, _Alloc>::_M_default_initialize(size_type) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:553:9: required from 'std::vector<_Tp, _Alloc>::vector(size_type, const allocator_type&) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int; allocator_type = std::allocator >]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_add.cpp:133:42: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 81%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/hadamard_product.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mul.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/hadamard_product.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/immutable_dense_matrix.h:6, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/hadamard_product.cpp:5: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::DiagonalMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/hadamard_product.cpp:87:31: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ImmutableDenseMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/hadamard_product.cpp:88:37: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_construct.h:119:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = SymEngine::RCP; _Args = {}]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:638:18: required from 'static _ForwardIterator std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; bool _TrivialValueType = false]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:701:20: required from '_ForwardIterator std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:766:44: required from '_ForwardIterator std::__uninitialized_default_n_a(_ForwardIterator, _Size, allocator<_Tp>&) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; _Tp = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:1713:36: required from 'void std::vector<_Tp, _Alloc>::_M_default_initialize(size_type) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:553:9: required from 'std::vector<_Tp, _Alloc>::vector(size_type, const allocator_type&) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int; allocator_type = std::allocator >]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/hadamard_product.cpp:119:46: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 82%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/matrix_mul.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mul.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::DiagonalMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:206:31: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ImmutableDenseMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:207:37: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::IdentityMatrix]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:208:31: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_construct.h:119:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = SymEngine::RCP; _Args = {}]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:638:18: required from 'static _ForwardIterator std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; bool _TrivialValueType = false]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:701:20: required from '_ForwardIterator std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:766:44: required from '_ForwardIterator std::__uninitialized_default_n_a(_ForwardIterator, _Size, allocator<_Tp>&) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; _Tp = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:1713:36: required from 'void std::vector<_Tp, _Alloc>::_M_default_initialize(size_type) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:553:9: required from 'std::vector<_Tp, _Alloc>::vector(size_type, const allocator_type&) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int; allocator_type = std::allocator >]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:87:34: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 83%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/conjugate_matrix.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/conjugate_matrix.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/conjugate_matrix.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/conjugate_matrix.cpp: In member function 'void SymEngine::ConjugateMatrixVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/conjugate_matrix.cpp:55:30: warning: unused parameter 'x' [-Wunused-parameter] 55 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MatrixExpr]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/conjugate_matrix.cpp:53:30: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 84%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/transpose.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/transpose.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/transpose.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/transpose.cpp: In member function 'void SymEngine::TransposeVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/transpose.cpp:53:30: warning: unused parameter 'x' [-Wunused-parameter] 53 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MatrixExpr]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/transpose.cpp:51:24: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 85%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/trace.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/trace.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/trace.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/trace.cpp: In member function 'void SymEngine::MatrixTraceVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/trace.cpp:46:30: warning: unused parameter 'x' [-Wunused-parameter] 46 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 86%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/size.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/size.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/size.cpp:2: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/size.cpp: In member function 'void SymEngine::MatrixSizeVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/size.cpp:51:30: warning: unused parameter 'x' [-Wunused-parameter] 51 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/size.cpp: In member function 'void SymEngine::MatrixSizeVisitor::bvisit(const SymEngine::MatrixSymbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/size.cpp:69:37: warning: unused parameter 'x' [-Wunused-parameter] 69 | void bvisit(const MatrixSymbol &x) | ~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 88%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_zero.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp: In member function 'void SymEngine::MatrixZeroVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp: In member function 'void SymEngine::MatrixZeroVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp: In member function 'void SymEngine::MatrixZeroVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp: In member function 'void SymEngine::MatrixZeroVisitor::bvisit(const SymEngine::ZeroMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp:32:35: warning: unused parameter 'x' [-Wunused-parameter] 32 | void bvisit(const ZeroMatrix &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp: In member function 'void SymEngine::MatrixZeroVisitor::bvisit(const SymEngine::MatrixAdd&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_zero.cpp:63:34: warning: unused parameter 'x' [-Wunused-parameter] 63 | void bvisit(const MatrixAdd &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 89%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_real.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp: In member function 'void SymEngine::MatrixRealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp: In member function 'void SymEngine::MatrixRealVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp: In member function 'void SymEngine::MatrixRealVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp: In member function 'void SymEngine::MatrixRealVisitor::bvisit(const SymEngine::ZeroMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_real.cpp:32:35: warning: unused parameter 'x' [-Wunused-parameter] 32 | void bvisit(const ZeroMatrix &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 90%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_symmetric.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp: In member function 'void SymEngine::MatrixSymmetricVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:43:30: warning: unused parameter 'x' [-Wunused-parameter] 43 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp: In member function 'void SymEngine::MatrixSymmetricVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:44:35: warning: unused parameter 'x' [-Wunused-parameter] 44 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp: In member function 'void SymEngine::MatrixSymmetricVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:49:39: warning: unused parameter 'x' [-Wunused-parameter] 49 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp: In member function 'void SymEngine::MatrixSymmetricVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:59:39: warning: unused parameter 'x' [-Wunused-parameter] 59 | void bvisit(const DiagonalMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 91%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_square.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp: In member function 'void SymEngine::MatrixSquareVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp:31:30: warning: unused parameter 'x' [-Wunused-parameter] 31 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp: In member function 'void SymEngine::MatrixSquareVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp:32:35: warning: unused parameter 'x' [-Wunused-parameter] 32 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp: In member function 'void SymEngine::MatrixSquareVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp:37:39: warning: unused parameter 'x' [-Wunused-parameter] 37 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp: In member function 'void SymEngine::MatrixSquareVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_square.cpp:48:39: warning: unused parameter 'x' [-Wunused-parameter] 48 | void bvisit(const DiagonalMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 92%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_diagonal.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp: In member function 'void SymEngine::MatrixDiagonalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp: In member function 'void SymEngine::MatrixDiagonalVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp: In member function 'void SymEngine::MatrixDiagonalVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp: In member function 'void SymEngine::MatrixDiagonalVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:37:39: warning: unused parameter 'x' [-Wunused-parameter] 37 | void bvisit(const DiagonalMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 93%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_lower.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp: In member function 'void SymEngine::MatrixLowerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp: In member function 'void SymEngine::MatrixLowerVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp: In member function 'void SymEngine::MatrixLowerVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp: In member function 'void SymEngine::MatrixLowerVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_lower.cpp:37:39: warning: unused parameter 'x' [-Wunused-parameter] 37 | void bvisit(const DiagonalMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 94%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_upper.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp: In member function 'void SymEngine::MatrixUpperVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp: In member function 'void SymEngine::MatrixUpperVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp: In member function 'void SymEngine::MatrixUpperVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp: In member function 'void SymEngine::MatrixUpperVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_upper.cpp:37:39: warning: unused parameter 'x' [-Wunused-parameter] 37 | void bvisit(const DiagonalMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 95%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_toeplitz.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:3: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:4: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp: In member function 'void SymEngine::MatrixToeplitzVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp: In member function 'void SymEngine::MatrixToeplitzVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp: In member function 'void SymEngine::MatrixToeplitzVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp: In member function 'void SymEngine::MatrixToeplitzVisitor::bvisit(const SymEngine::ZeroMatrix&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:32:35: warning: unused parameter 'x' [-Wunused-parameter] 32 | void bvisit(const ZeroMatrix &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 96%] Building CXX object symengine/CMakeFiles/symengine.dir/mp_wrapper.cpp.o [ 97%] Building CXX object symengine/CMakeFiles/symengine.dir/eval_mpfr.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/eval_mpfr.cpp:1: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 98%] Building CXX object symengine/CMakeFiles/symengine.dir/real_mpfr.cpp.o In file included from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex_mpc.h:9, from /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:6: /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::addreal(const SymEngine::Complex&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:82:52: warning: unused parameter 'other' [-Wunused-parameter] 82 | RCP RealMPFR::addreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::addreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:108:58: warning: unused parameter 'other' [-Wunused-parameter] 108 | RCP RealMPFR::addreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::subreal(const SymEngine::Complex&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:155:52: warning: unused parameter 'other' [-Wunused-parameter] 155 | RCP RealMPFR::subreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::subreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:181:58: warning: unused parameter 'other' [-Wunused-parameter] 181 | RCP RealMPFR::subreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rsubreal(const SymEngine::Complex&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:229:53: warning: unused parameter 'other' [-Wunused-parameter] 229 | RCP RealMPFR::rsubreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rsubreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:255:59: warning: unused parameter 'other' [-Wunused-parameter] 255 | RCP RealMPFR::rsubreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::mulreal(const SymEngine::Complex&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:295:52: warning: unused parameter 'other' [-Wunused-parameter] 295 | RCP RealMPFR::mulreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::mulreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:321:58: warning: unused parameter 'other' [-Wunused-parameter] 321 | RCP RealMPFR::mulreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::divreal(const SymEngine::Complex&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:368:52: warning: unused parameter 'other' [-Wunused-parameter] 368 | RCP RealMPFR::divreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::divreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:394:58: warning: unused parameter 'other' [-Wunused-parameter] 394 | RCP RealMPFR::divreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rdivreal(const SymEngine::Complex&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:443:53: warning: unused parameter 'other' [-Wunused-parameter] 443 | RCP RealMPFR::rdivreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rdivreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:469:59: warning: unused parameter 'other' [-Wunused-parameter] 469 | RCP RealMPFR::rdivreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::powreal(const SymEngine::Complex&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:519:52: warning: unused parameter 'other' [-Wunused-parameter] 519 | RCP RealMPFR::powreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::powreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:557:58: warning: unused parameter 'other' [-Wunused-parameter] 557 | RCP RealMPFR::powreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rpowreal(const SymEngine::Complex&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:643:53: warning: unused parameter 'other' [-Wunused-parameter] 643 | RCP RealMPFR::rpowreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rpowreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/real_mpfr.cpp:683:59: warning: unused parameter 'other' [-Wunused-parameter] 683 | RCP RealMPFR::rpowreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ [100%] Linking CXX static library libsymengine.a make[3]: Leaving directory '/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream' [100%] Built target symengine make[2]: Leaving directory '/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream' make[1]: Leaving directory '/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream -I/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include -I/home/th798/.conda/envs/emacs1/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream -I/tmp/th798/16179681/Rtmp5bk3QO/R.INSTALL16407f65ee58ed/symengine/src/upstream/symengine/utilities/cereal/include -I/home/th798/.conda/envs/emacs1/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 rbinding.cpp -o rbinding.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 symengine.so RcppExports.o rbinding.o -Wl,-rpath,/home/th798/.conda/envs/emacs1/lib upstream/symengine/libsymengine.a /home/th798/.conda/envs/emacs1/lib/libmpfr.so /home/th798/.conda/envs/emacs1/lib/libgmp.so installing to /tmp/th798/16179681/R-devel/922/library/00LOCK-symengine/00new/symengine/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 (symengine) * installing *source* package 'xgxr' ... ** this is package 'xgxr' version '1.1.2' ** package 'xgxr' 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 ** 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 (xgxr) * installing *source* package 'lotri' ... ** this is package 'lotri' version '1.0.0' ** package 'lotri' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/tmp/th798/16179681/R-devel/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 asLotriMat.c -o asLotriMat.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/tmp/th798/16179681/R-devel/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lotriBounds.c -o lotriBounds.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/tmp/th798/16179681/R-devel/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lotriLstToMat.c -o lotriLstToMat.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/tmp/th798/16179681/R-devel/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lotriNest.c -o lotriNest.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/tmp/th798/16179681/R-devel/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lotriProp.c -o lotriProp.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/tmp/th798/16179681/R-devel/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 matlist.c -o matlist.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/tmp/th798/16179681/R-devel/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -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 nearPD.cpp -o nearPD.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/tmp/th798/16179681/R-devel/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -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 rcm.cpp -o rcm.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 lotri.so asLotriMat.o lotriBounds.o lotriLstToMat.o lotriNest.o lotriProp.o matlist.o nearPD.o rcm.o -fopenmp -L/home/th798/R/R-devel/lib -lRlapack -L/home/th798/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath installing to /tmp/th798/16179681/R-devel/922/library/00LOCK-lotri/00new/lotri/libs ** 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 ** 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 (lotri) * installing *source* package 'rxode2' ... ** this is package 'rxode2' version '3.0.4' ** package 'rxode2' successfully unpacked and MD5 sums checked ** using staged installation R Under development (unstable) (2025-03-28 r88067) -- "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. > ## This is only for rxode2 > for (f in c("inst/include/rxode2_RcppExports.h", "src/RcppExports.cpp")) { + l <- readLines(f) + w <- which(regexpr("^[#]include ", l) != -1) + if (length(w) > 0) { + l <- l[-w] + } + w <- which(regexpr("^[#]define R_STRICT_HEADERS", l) != -1) + if (length(w) > 0) { + l <- l[-w] + } + l <- c("#define R_STRICT_HEADERS", + "#include ", + l) + file.out <- file(f, "wb") + writeLines(l, file.out) + close(file.out) + } > > l <- readLines("R/RcppExports.R") > w <- which(regexpr("# Register entry points", l, fixed=TRUE) != -1) > if (length(w) >= 1) { + w <- w[1] + l <- l[seq(1, w-1)] + RcppExports.R <- file("R/RcppExports.R", "wb") + writeLines(l, RcppExports.R) + close(RcppExports.R) + } > > .in <- suppressWarnings(readLines("src/Makevars.in")) > .in <- gsub("@ARMA@", file.path(find.package("RcppArmadillo"),"include"), .in) > .in <- gsub("@BH@", file.path(find.package("BH"),"include"), .in) > .in <- gsub("@RCPP@", file.path(find.package("Rcpp"),"include"), .in) > .in <- gsub("@EG@", file.path(find.package("RcppEigen"),"include"), .in) > > .in <- gsub("@SL@", paste(capture.output(StanHeaders:::LdFlags()), capture.output(RcppParallel:::RcppParallelLibs())), #nolint + .in) > > > .badStan <- "" > .in <- gsub("@SH@", gsub("-I", "-@ISYSTEM@", + paste(capture.output(StanHeaders:::CxxFlags()), # nolint + capture.output(RcppParallel:::CxxFlags()), # nolint + paste0("-@ISYSTEM@'", system.file('include', 'src', package = 'StanHeaders', mustWork = TRUE), "'"), + .badStan)), + .in) > > > > if (.Platform$OS.type == "windows") { + .makevars <- file("src/Makevars.win", "wb") + .i <- "I" + } else { + .makevars <- file("src/Makevars", "wb") + if (any(grepl("Pop!_OS", utils::osVersion, fixed=TRUE))) { + .i <- "isystem" + } else { + .i <- "I" + } + } > > writeLines(gsub("@ISYSTEM@", .i, .in), + .makevars) > close(.makevars) > > if (file.exists("man/reexports.Rd")) { + l <- readLines("man/reexports.Rd") + if (!any(regexpr("[\\]value", l) != -1)) { + l <- c(l, "\\value{ Inherited from parent routine }") + file.out <- file("man/reexports.Rd", "wb") + writeLines(l, file.out) + close(file.out) + } + } > > > unlink("R/rxode2_md5.R") > > cpp <- list.files("src", pattern = ".(c|h|cpp|f)$") > include <- list.files("inst/include") > #Rfiles <- list.files("R/", pattern = ".R") > > cmd <- file.path(R.home("bin"), "R") > args <- c("CMD", "config") > > md5 <- digest::digest(c(lapply(c(paste0("src/", cpp), + paste0("inst/include/", include)#, + #paste0("R/", Rfiles) + ), digest::digest, file = TRUE), + ## vapply(c("BLAS_LIBS", "CC", "CFLAGS", "CPICFLAGS", + ## "CXX", "CXXFLAGS", "CXXPICFLAGS", + ## "CXX11", "CXX11STD", "CXX11FLAGS", "CXX11PICFLAGS", + ## "CXX14", "CXX14STD", "CXX14FLAGS", "CXX14PICFLAGS", + ## "CXX17", "CXX17STD", "CXX17FLAGS", "CXX17PICFLAGS", + ## "CXX20", "CXX20STD", "CXX20FLAGS", "CXX20PICFLAGS", + ## "FC", "FFLAGS", "FCFLAGS", "FPICFLAGS"), + ## function(cfg) { + ## rawToChar(sys::exec_internal(cmd, c(args, cfg))$stdout) + ## }, character(1) + ## ), + "" + )) > unlink("R/rxode2_md5.R") > md5file <- file("R/rxode2_md5.R", "wb") > writeLines(sprintf("rxode2.md5 <- \"%s\"\n", md5), md5file) > close(md5file) > > l <- readLines("DESCRIPTION") > w <- which(regexpr("Version[:] *(.*)$", l) != -1) > v <- gsub("Version[:] *(.*)$", "\\1", l[w]) > > unlink("inst/include/rxode2parseVer.h") > ode.h <- file("inst/include/rxode2parseVer.h", "wb") > writeLines(c(sprintf("#define __VER_md5__ \"%s\"", md5), + "#define __VER_repo__ \"https://github.com/nlmixr2/rxode2\"", + sprintf("#define __VER_ver__ \"%s\"", v)), + ode.h) > close(ode.h) > > unlink("src/sbuf.c") > l <- readLines("inst/include/sbuf.c") > sbuf.c <- file("src/sbuf.c", "wb") > writeLines(l, sbuf.c) > close(sbuf.c) > > > unlink("src/codegen2.h") > l <- readLines("inst/include/rxode2_model_shared.c") > > l <- l[l != ""] > l <- gsub(" *= *NULL;", "=NULL;", l) > > def <- l > w <- which(regexpr("double _prod", def) != -1) - 1 > def <- def[1:w] > def <- gsub("=NULL", "", def) > def <- gsub("[^ ]* *[*]?([^;]*);", "\\1", def) > > def <- unique(c(def, c("_sum", "_udf", "_sign", "_prod", "_max", "_min", "_transit4P", "_transit3P", "_assignFuns0", "_assignFuns", "_getRxSolve_", "_solveData", "_rxord", "__assignFuns2"))) > > w0 <- which(grepl("double +_prod", l))[1] > r <- 1:(w0 - 1) > l0 <- l[r] > l <- l[-r] > > > w1 <- which(regexpr("dynamic start", l) != -1) > l1 <- l[1:w1] > > > > w2 <- which(regexpr("dynamic stop", l) != -1) > l2 <- l[seq(w2, length(l))] > > w3 <- which(regexpr("assign start", l2) != -1) > > l3 <- l2[seq(w3, length(l2))] > l2 <- l2[1:w3] > > w4 <- which(regexpr("assign stop", l3) != -1) > l3 <- l3[seq(w4, length(l3))] > > dfP <- l[seq(w1+1, w2-1)] > > dfP <- dfP[regexpr("^ *$", dfP)==-1] > df <- setNames(do.call("rbind",lapply(seq_along(dfP), + function(i) { + .r <- sub("^ *", "", dfP[[i]]) + .r <- sub("^([^ ]*) *= *[(]", "\\1,", .r) + .r <- sub("^([^ ]*) *[)] *R_GetCCallable *[(] *\"", "\\1,", .r, perl=TRUE) + .r <- sub("^([^ ]*) *\" *, *\"", "\\1,", .r, perl=TRUE) + .r <- sub("^([^ ]*)\" *[)] *; *", "\\1",.r, perl=TRUE) + data.frame(t(strsplit(.r, ",")[[1]]),stringsAsFactors = FALSE) + })), c("fun", "type", "package", "packageFun")) > > df$rxFun <- df$fun > df$argMax <- df$argMin <- NA_integer_ > df$threadSafe <- 1L > df <- df[,c("rxFun", "fun", "type", "package", "packageFun", "argMin", "argMax", "threadSafe")] > df$rxFun <- gsub("_llik", "llik", df$rxFun) > > def <- def[!(def %in% df$rxFun)] > def <- def[!(def %in% df$fun)] > > .parseEnv <- new.env(parent=emptyenv()) > source("R/parseFuns.R") > > df$argMin <- vapply(df$rxFun, function(f) { + .n <- .parseEnv$.parseNum[f] + if (is.na(.n)) return(NA_integer_) + .n <-setNames(.n, NULL) + as.integer(.n) + }, integer(1), USE.NAMES=TRUE) > > df$argMax <- df$argMin > > dfStr <- deparse(df) > dfStr[1] <- paste(".parseEnv$.rxode2parseDf <- ", dfStr[1]) > > dfIni.R <- file("R/dfIni.R", "wb") > writeLines(dfStr, + dfIni.R) > close(dfIni.R) > > ## deparse1 came from R 4.0, use deparse2 > deparse2 <- function(expr, collapse = " ", width.cutoff = 500L, ...) { + paste(deparse(expr, width.cutoff, ...), collapse = collapse) + } > > final <- c("#include ", + "#include ", + "unsigned long int __timeId=0;", + "void writeHeader(const char *md5, const char *extra) {", + paste0("sAppend(&sbOut, \"#define ", def, " _rx%s%s%ld\\n\", extra, md5, __timeId++);"), + "}", + "void writeBody0(void) {", + paste0("sAppendN(&sbOut, ", vapply(paste0(l0, "\n"), deparse2, character(1)), ", ", nchar(l0) + 1, ");"), + "}", + "void writeBody1(void) {", + paste0("sAppendN(&sbOut, ", vapply(paste0(l1, "\n"), deparse2, character(1)), ", ", nchar(l1) + 1, ");"), + "}", + "void writeBody2(void) {", + paste0("sAppendN(&sbOut, ", vapply(paste0(l2, "\n"), deparse2, character(1)), ", ", nchar(l2) + 1, ");"), + "}", + "void writeBody3(void) {", + paste0("sAppendN(&sbOut, ", vapply(paste0(l3, "\n"), deparse2, character(1)), ", ", nchar(l3) + 1, ");"), + "}", + "void writeFooter(void) {", + paste0("sAppendN(&sbOut, \"#undef ", def, "\\n\", ", nchar(def) + 8, ");"), + "}" + ) > > codegen2.h <- file("src/codegen2.h", "wb") > writeLines(final, + codegen2.h) > close(codegen2.h) > > proc.time() user system elapsed 0.496 0.052 0.571 --------[begin src/Makevars]-------- # -*- mode: makefile-gmake -*- BH=/projects/genomic-ml/R/R-devel/library/BH/include RCPP=/projects/genomic-ml/R/R-devel/library/Rcpp/include EG=/projects/genomic-ml/R/R-devel/library/RcppEigen/include SH=-I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' CXX_STD = CXX17 ################################################################################ ## Package library flags. PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS) -L'/projects/genomic-ml/R/R-devel/library/RcppParallel/lib/' -Wl,-rpath,'/projects/genomic-ml/R/R-devel/library/RcppParallel/lib/' -ltbb -ltbbmalloc # Release options PKG_CFLAGS = -D_isrxode2_ PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"$(BH)" -I"$(EG)" $(SH) -I"$(RCPP)" --------[end src/Makevars]-------- --------[begin R/RxODE_md5.R]-------- rxode2.md5 <- "42d5cc57687fd89fd797d1cccbb2e976" --------[end R/RxODE_md5.R]-------- ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using Fortran compiler: 'GNU Fortran (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 RcppExports.cpp -o RcppExports.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:7: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 approx.c -o approx.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 boost.cpp -o boost.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 box.c -o box.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 call_dvode.c -o call_dvode.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 cbindThetaOmega.cpp -o cbindThetaOmega.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 cfode.c -o cfode.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 cfode_static.c -o cfode_static.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 checkmate.cpp -o checkmate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 checkmate_stub.c -o checkmate_stub.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 codegen.c -o codegen.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 common.c -o common.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 corfailure.c -o corfailure.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 correction.c -o correction.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 cvPost.cpp -o cvPost.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 daxpy.c -o daxpy.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 ddot.c -o ddot.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 dgefa.c -o dgefa.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 dgesl.c -o dgesl.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c dgpadm.f -o dgpadm.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c dlsoda.f -o dlsoda.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 dop853.c -o dop853.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 dscal.c -o dscal.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c dsphiv.f -o dsphiv.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 et.cpp -o et.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 etTran.cpp -o etTran.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 expandGrid.cpp -o expandGrid.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 expm.cpp -o expm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 fast_factor.cpp -o fast_factor.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 fnorm.c -o fnorm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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.cpp -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 genModelVars.c -o genModelVars.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 getOption.c -o getOption.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 handle_evid.c -o handle_evid.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 idamax.c -o idamax.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 intdy.c -o intdy.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 isEt.c -o isEt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 itostr.c -o itostr.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 lincmt.c -o lincmt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 lincmtB.cpp -o lincmtB.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/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math.hpp:19, from lincmtB.cpp:64: /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; | ^~~~~~~~~~~~~~~~ /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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853:60: 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/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::SparseMatrixBase*) [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/rev/core/vari.hpp:853:60: recursively required by substitution of 'template class stan::math::arena_matrix::type>::value, void>::type> [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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] 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: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 >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:853: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, 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/rev/core/typedefs.hpp:12: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, 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, 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/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 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>': /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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /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 >, 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_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, -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 > >, 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/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 >, 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/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 > >, const Eigen::Map > >, 0>': /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::Map > > >' /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::Map > > >' /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::Map >, Eigen::Dense>' /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::Map > >' /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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 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] 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/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, 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/rev/fun/eigendecompose_sym.hpp:54: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, 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/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:381 = 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:381 = 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:12 = 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, -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>': /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/rev/fun/log_determinant_spd.hpp:41: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, 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:196 = 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:196 = 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:12 = 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>, 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/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>': /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/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 >, -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/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::Array >, 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::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, 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>': /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/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 > >, -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: 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/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 > >, -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/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/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 >, const Eigen::Map > >, 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 >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::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 >, const Eigen::Map > >' /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>, 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/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 > >, 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 > >, 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 > >, 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 > >, 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 > >, 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>': /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 > > >' /projects/genomic-ml/R/R-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 >, Eigen::Dense>' /projects/genomic-ml/R/R-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 > >' /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 > >, 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 > >, 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 > >, 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 > >, 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, 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/rev/fun.hpp:201, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:10: /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/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:19: /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) | ^~~~~~~~ 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/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev.hpp:8: /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, -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:18 = 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] 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> > >, 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 >, 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:433 = 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:433 = 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:433 = 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, 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 >, 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/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/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:40 = 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:196 = 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: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_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> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834: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/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/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: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/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: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] 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/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, -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] /projects/genomic-ml/R/R-devel/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 '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:433 = 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] 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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834: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, 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/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/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834: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, 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: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834: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/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::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/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/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 '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/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 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::Block, -1, 1, true>; SrcXprType = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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] /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, 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] 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, 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] /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:311:41: 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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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: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/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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Transpose, -1, 1, true>, -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>, 1, -1, false>; SrcXprType = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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>, 1, -1, false>; Src = Eigen::Transpose, -1, 1, true>, -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::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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] 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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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::Matrix; 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: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /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/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>, -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/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] /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-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 > >, -1, -1, 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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false>, 0>': /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::Map > >, -1, -1, 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::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-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 > >, const Eigen::Map > >, -1, -1, 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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 '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/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 = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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>, 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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-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 = Eigen::Map >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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/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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >; Rhs = Eigen::Transpose > >; 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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/TriangularMatrixMatrix.h:159:73: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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>': /projects/genomic-ml/R/R-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/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/TriangularMatrixMatrix.h:203:19: 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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, -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::Map > >, -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 > >, -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 > >, -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 > >, -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 > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, const Eigen::Transpose > >, const Eigen::Map > >, -1, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 > >, const Eigen::Map > >, -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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /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, 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] 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 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/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/TriangularMatrixMatrix.h:310:84: 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 = 2; 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 = 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: 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::TriangularView >, 2>; 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, 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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ 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: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/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 '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/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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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::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, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 > > >, -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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, -1, -1, true> >': /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 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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 >, 1>, Eigen::Transpose > >, 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/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] /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 lsoda.c -o lsoda.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c matexp.f -o matexp.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 matexp_HM98.c -o matexp_HM98.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 methodswitch.c -o methodswitch.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 nearPD.cpp -o nearPD.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 omegaChol.c -o omegaChol.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c opkda2.f -o opkda2.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 orderswitch.c -o orderswitch.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 par_solve.cpp -o par_solve.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 parseLinCmt.c -o parseLinCmt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 print_node.c -o print_node.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 prja.c -o prja.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 qs.cpp -o qs.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 rprintf.c -o rprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 rx2api.c -o rx2api.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 rxData.cpp -o rxData.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 rxInv.cpp -o rxInv.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 rxOptRep.cpp -o rxOptRep.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 rxStack.cpp -o rxStack.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 rxode2_df.cpp -o rxode2_df.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 rxthreefry.cpp -o rxthreefry.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 sbuf.c -o sbuf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 scaleh.c -o scaleh.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 seed.cpp -o seed.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 solsy.c -o solsy.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 stoda.c -o stoda.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 strdup_printf.c -o strdup_printf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 strncmp.c -o strncmp.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 strncmpi.c -o strncmpi.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 tran.c -o tran.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 udf.cpp -o udf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 utilc.c -o utilc.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-devel/library/BH/include" -I"/projects/genomic-ml/R/R-devel/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-devel/library/Rcpp/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 utilcpp.cpp -o utilcpp.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/sitmo/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/tmp/th798/16179681/R-devel/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/tmp/th798/16179681/R-devel/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 vmnorm.c -o vmnorm.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 rxode2.so RcppExports.o approx.o boost.o box.o call_dvode.o cbindThetaOmega.o cfode.o cfode_static.o checkmate.o checkmate_stub.o codegen.o common.o corfailure.o correction.o cvPost.o daxpy.o ddot.o dgefa.o dgesl.o dgpadm.o dlsoda.o dop853.o dscal.o dsphiv.o et.o etTran.o expandGrid.o expm.o fast_factor.o fnorm.o forder.o genModelVars.o getOption.o handle_evid.o idamax.o init.o intdy.o isEt.o itostr.o lincmt.o lincmtB.o lsoda.o matexp.o matexp_HM98.o methodswitch.o nearPD.o omegaChol.o opkda2.o orderswitch.o par_solve.o parseLinCmt.o print_node.o prja.o qs.o rprintf.o rx2api.o rxData.o rxInv.o rxOptRep.o rxStack.o rxode2_df.o rxthreefry.o sbuf.o scaleh.o seed.o solsy.o stoda.o strdup_printf.o strncmp.o strncmpi.o tran.o udf.o utilc.o utilcpp.o vmnorm.o -L/home/th798/R/R-devel/lib -lRlapack -L/home/th798/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/projects/genomic-ml/R/R-devel/library/RcppParallel/lib/ -Wl,-rpath,/projects/genomic-ml/R/R-devel/library/RcppParallel/lib/ -ltbb -ltbbmalloc -lgfortran -lm -lquadmath installing via 'install.libs.R' to /tmp/th798/16179681/R-devel/922/library/00LOCK-rxode2/00new/rxode2 ** 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 (rxode2) * installing *source* package 'nlmixr2est' ... ** this is package 'nlmixr2est' version '3.0.4' ** package 'nlmixr2est' successfully unpacked and MD5 sums checked ** using staged installation --------[begin src/Makevars]-------- # -*- mode: makefile-gmake -*- ARMA=@ARMA@ BH=@BH@ RCPP=@RCPP@ RXP=@RXP@ CXX_STD = CXX17 PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS) PKG_CXXFLAGS = -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"$(BH)" -I"$(RCPP)" -I"$(ARMA)" -I"$(RXP)" $(SHLIB_OPENMP_CXXFLAGS) -DARMA_64BIT_WORD=1 SHLIB_LDFLAGS = $(SHLIB_CXXLDFLAGS) SHLIB_LD = $(SHLIB_CXXLD) SOURCES_C = init.c rprintf.c merge3.c lbfgsR.c utilc.c SOURCES_CPP = uninformativeEtas.cpp nlm.cpp filterNormalLike.cpp inner.cpp shi21.cpp nearPD.cpp censEst.cpp saem.cpp expandNlme.cpp npde.cpp shrink.cpp ires.cpp res.cpp cwres.cpp censResid.cpp cholse.cpp neldermead.cpp resid.cpp slice.cpp RcppExportMod.cpp RcppExports.cpp OBJECTS = $(SOURCES_CPP:.cpp=.o) $(SOURCES_C:.c=.o) all: $(SHLIB) $(SHLIB): $(OBJECTS) --------[end src/Makevars]-------- ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 uninformativeEtas.cpp -o uninformativeEtas.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from uninformativeEtas.cpp:2: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 nlm.cpp -o nlm.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from nlm.cpp:4: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 filterNormalLike.cpp -o filterNormalLike.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from filterNormalLike.cpp:10: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 inner.cpp -o inner.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from inner.cpp:5: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 shi21.cpp -o shi21.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from shi21.cpp:11: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 nearPD.cpp -o nearPD.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from nearPD.cpp:5: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 censEst.cpp -o censEst.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 saem.cpp -o saem.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from saem.cpp:8: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 expandNlme.cpp -o expandNlme.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 npde.cpp -o npde.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from npde.h:13, from npde.cpp:2: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 shrink.cpp -o shrink.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from shrink.h:5, from shrink.cpp:2: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 ires.cpp -o ires.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from res.h:4, from ires.h:4, from ires.cpp:2: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 res.cpp -o res.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from res.h:4, from res.cpp:2: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/bind/mem_fn.hpp:25, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/mem_fn.hpp:22, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/function/detail/prologue.hpp:19, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/function.hpp:30, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/algorithm/string/find_iterator.hpp:24, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/algorithm/string/iter_find.hpp:27, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/algorithm/string/split.hpp:16, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/algorithm/string.hpp:23, from res.cpp:3: /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) | ^~~~~~~~ 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/RcppArmadillo/include/armadillo:38, from /projects/genomic-ml/R/R-devel/library/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:58, from /projects/genomic-ml/R/R-devel/library/RcppArmadillo/include/RcppArmadillo.h:29, from armahead.h:12: /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; | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 cwres.cpp -o cwres.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from res.h:4, from cwres.cpp:2: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 censResid.cpp -o censResid.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from censResid.h:3, from censResid.cpp:2: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 cholse.cpp -o cholse.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from cholse.cpp:2: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 neldermead.cpp -o neldermead.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 resid.cpp -o resid.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-devel/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from resid.cpp:2: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 slice.cpp -o slice.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 RcppExportMod.cpp -o RcppExportMod.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 RcppExports.cpp -o RcppExports.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/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/RcppEigen.h:25, from ../inst/include/nlmixr2est_RcppExports.h:8, from ../inst/include/nlmixr2est.h:7, from RcppExports.cpp:4: /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/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/RcppEigen/include/RcppEigenForward.h:29: /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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 rprintf.c -o rprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 merge3.c -o merge3.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lbfgsR.c -o lbfgsR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/tmp/th798/16179681/R-devel/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-devel/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-devel/922/library/lotri/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179681/R-devel/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 utilc.c -o utilc.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 nlmixr2est.so uninformativeEtas.o nlm.o filterNormalLike.o inner.o shi21.o nearPD.o censEst.o saem.o expandNlme.o npde.o shrink.o ires.o res.o cwres.o censResid.o cholse.o neldermead.o resid.o slice.o RcppExportMod.o RcppExports.o init.o rprintf.o merge3.o lbfgsR.o utilc.o -L/home/th798/R/R-devel/lib -lRlapack -L/home/th798/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp installing to /tmp/th798/16179681/R-devel/922/library/00LOCK-nlmixr2est/00new/nlmixr2est/libs ** 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 ** 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 (nlmixr2est) The downloaded source packages are in '/tmp/th798/16179681/Rtmp4zTWAT/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 975.456 60.280 1083.933 > print(Sys.time()) [1] "2025-03-29 01:21:52 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-29 01:21:53 MST" Installing package into '/tmp/th798/16179681/R-devel/922/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/16179681/R-devel/922/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-29 01:22:19 MST" * using log directory '/tmp/th798/16179681/R-devel/922/nlmixr2est.Rcheck' * using R Under development (unstable) (2025-03-28 r88067) * 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 'nlmixr2est/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'nlmixr2est' version '3.0.4' * 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 'nlmixr2est' can be installed ... OK * used C compiler: 'gcc (Spack GCC) 12.2.0' * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking C++ specification ... OK * checking installed package size ... INFO installed size is 5.6Mb sub-directories of 1Mb or more: libs 4.0Mb * checking package 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 whether startup messages can be suppressed ... 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-29 01:32:27 MST" [1] "2025-03-29 01:32:27 MST" Installing package into '/tmp/th798/16179681/R-devel/922/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/16179681/R-devel/922/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-29 01:32:53 MST" * using log directory '/tmp/th798/16179681/R-devel/922/nlmixr2est.Rcheck' * using R Under development (unstable) (2025-03-28 r88067) * 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 'nlmixr2est/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'nlmixr2est' version '3.0.4' * 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 'nlmixr2est' can be installed ... OK * used C compiler: 'gcc (Spack GCC) 12.2.0' * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking C++ specification ... OK * checking installed package size ... INFO installed size is 5.6Mb sub-directories of 1Mb or more: libs 4.0Mb * checking package 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 whether startup messages can be suppressed ... 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-29 01:42:33 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-29/deps.csv", task.str = "922", release = "/scratch/th798/data.table-revdeps/2025-03-29/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-29/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16179681/R-release/922" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16179681/R-release/922/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "nlmixr2est" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16179681/R-release/922/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-29 01:42:39 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16179681/R-release/922/library' (as 'lib' is unspecified) also installing the dependencies 'RApiSerialize', 'cpp11armadillo', 'PreciseSums', 'dparser', 'rxode2ll', 'qs', 'nlmixr2data', 'lbfgsb3c', 'lotri', 'n1qn1', 'rxode2', 'symengine', 'xgxr' trying URL 'http://cloud.r-project.org/src/contrib/RApiSerialize_0.1.4.tar.gz' Content type 'application/x-gzip' length 9485 bytes ================================================== downloaded 9485 bytes trying URL 'http://cloud.r-project.org/src/contrib/cpp11armadillo_0.4.6.tar.gz' Content type 'application/x-gzip' length 1075750 bytes (1.0 MB) ================================================== downloaded 1.0 MB trying URL 'http://cloud.r-project.org/src/contrib/PreciseSums_0.7.tar.gz' Content type 'application/x-gzip' length 11866 bytes (11 KB) ================================================== downloaded 11 KB trying URL 'http://cloud.r-project.org/src/contrib/dparser_1.3.1-13.tar.gz' Content type 'application/x-gzip' length 193149 bytes (188 KB) ================================================== downloaded 188 KB trying URL 'http://cloud.r-project.org/src/contrib/rxode2ll_2.0.13.tar.gz' Content type 'application/x-gzip' length 18118 bytes (17 KB) ================================================== downloaded 17 KB trying URL 'http://cloud.r-project.org/src/contrib/qs_0.27.3.tar.gz' Content type 'application/x-gzip' length 2154523 bytes (2.1 MB) ================================================== downloaded 2.1 MB trying URL 'http://cloud.r-project.org/src/contrib/nlmixr2data_2.0.9.tar.gz' Content type 'application/x-gzip' length 675060 bytes (659 KB) ================================================== downloaded 659 KB trying URL 'http://cloud.r-project.org/src/contrib/lbfgsb3c_2024-3.5.tar.gz' Content type 'application/x-gzip' length 122424 bytes (119 KB) ================================================== downloaded 119 KB trying URL 'http://cloud.r-project.org/src/contrib/lotri_1.0.0.tar.gz' Content type 'application/x-gzip' length 202935 bytes (198 KB) ================================================== downloaded 198 KB trying URL 'http://cloud.r-project.org/src/contrib/n1qn1_6.0.1-12.tar.gz' Content type 'application/x-gzip' length 26327 bytes (25 KB) ================================================== downloaded 25 KB trying URL 'http://cloud.r-project.org/src/contrib/rxode2_3.0.4.tar.gz' Content type 'application/x-gzip' length 4066272 bytes (3.9 MB) ================================================== downloaded 3.9 MB trying URL 'http://cloud.r-project.org/src/contrib/symengine_0.2.6.tar.gz' Content type 'application/x-gzip' length 810906 bytes (791 KB) ================================================== downloaded 791 KB trying URL 'http://cloud.r-project.org/src/contrib/xgxr_1.1.2.tar.gz' Content type 'application/x-gzip' length 2462492 bytes (2.3 MB) ================================================== downloaded 2.3 MB trying URL 'http://cloud.r-project.org/src/contrib/nlmixr2est_3.0.4.tar.gz' Content type 'application/x-gzip' length 588501 bytes (574 KB) ================================================== downloaded 574 KB * installing *source* package 'RApiSerialize' ... ** package 'RApiSerialize' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (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 -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/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 serialize.cpp -o serialize.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 RApiSerialize.so init.o serialize.o installing to /tmp/th798/16179681/R-release/922/library/00LOCK-RApiSerialize/00new/RApiSerialize/libs ** 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 ** 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 (RApiSerialize) * installing *source* package 'cpp11armadillo' ... ** package 'cpp11armadillo' successfully unpacked and MD5 sums checked ** using staged installation ================================== Compiler Configuration Variables CPP11_INCLUDE_PATH: /projects/genomic-ml/R/R-release/library/cpp11/include INST_INCLUDE_PATH: ./inst/include PKG_CPPFLAGS: -I./inst/include -I/projects/genomic-ml/R/R-release/library/cpp11/include =================================== Testing minimal Armadillo example using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I./inst/include -I/projects/genomic-ml/R/R-release/library/cpp11/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 conftest.cpp -o conftest.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 conftest.so conftest.o Armadillo is compatible with the C++ compiler used by R. ** 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 (cpp11armadillo) * installing *source* package 'PreciseSums' ... ** package 'PreciseSums' successfully unpacked and MD5 sums checked ** using staged installation ** 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 -DSTRICT_R_HEADERS=1 -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 sum.c -o sum.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 -DSTRICT_R_HEADERS=1 -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 prod.c -o prod.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 -DSTRICT_R_HEADERS=1 -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 -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 PreciseSums.so sum.o prod.o init.o installing via 'install.libs.R' to /tmp/th798/16179681/R-release/922/library/00LOCK-PreciseSums/00new/PreciseSums ** R ** 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 ** 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 (PreciseSums) * installing *source* package 'dparser' ... ** package 'dparser' successfully unpacked and MD5 sums checked ** using staged installation ** 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 -DUSE_FREELISTS -DTRACK_PNODES -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 dparser.c -o dparser.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 -DUSE_FREELISTS -DTRACK_PNODES -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 dsymtab.c -o dsymtab.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 -DUSE_FREELISTS -DTRACK_PNODES -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 gram.c -o gram.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 -DUSE_FREELISTS -DTRACK_PNODES -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 grammar.g.c -o grammar.g.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 -DUSE_FREELISTS -DTRACK_PNODES -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 lex.c -o lex.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 -DUSE_FREELISTS -DTRACK_PNODES -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 lr.c -o lr.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 -DUSE_FREELISTS -DTRACK_PNODES -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 mkdparse.c -o mkdparse.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 -DUSE_FREELISTS -DTRACK_PNODES -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 mkdparser.c -o mkdparser.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 -DUSE_FREELISTS -DTRACK_PNODES -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 parse.c -o parse.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 -DUSE_FREELISTS -DTRACK_PNODES -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 rdparse.c -o rdparse.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 -DUSE_FREELISTS -DTRACK_PNODES -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 read_binary.c -o read_binary.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 -DUSE_FREELISTS -DTRACK_PNODES -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 scan.c -o scan.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 -DUSE_FREELISTS -DTRACK_PNODES -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 util.c -o util.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 -DUSE_FREELISTS -DTRACK_PNODES -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 version.c -o version.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 -DUSE_FREELISTS -DTRACK_PNODES -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 write_tables.c -o write_tables.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 dparser.so dparser.o dsymtab.o gram.o grammar.g.o lex.o lr.o mkdparse.o mkdparser.o parse.o rdparse.o read_binary.o scan.o util.o version.o write_tables.o installing via 'install.libs.R' to /tmp/th798/16179681/R-release/922/library/00LOCK-dparser/00new/dparser ** 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 ** 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 (dparser) * installing *source* package 'rxode2ll' ... ** package 'rxode2ll' successfully unpacked and MD5 sums checked ** using staged installation --------[begin src/Makevars]-------- # -*- mode: makefile-gmake -*- BH=/projects/genomic-ml/R/R-release/library/BH/include RCPP=/projects/genomic-ml/R/R-release/library/Rcpp/include EG=/projects/genomic-ml/R/R-release/library/RcppEigen/include SH=-I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' CXX_STD = CXX17 ################################################################################ ## Package library flags. PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS) -L'/projects/genomic-ml/R/R-release/library/RcppParallel/lib/' -Wl,-rpath,'/projects/genomic-ml/R/R-release/library/RcppParallel/lib/' -ltbb -ltbbmalloc # Release options PKG_CFLAGS = -D_isrxode2parse_ PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"$(BH)" -I"$(EG)" $(SH) -I"$(RCPP)" --------[end src/Makevars]-------- ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 RcppExports.cpp -o RcppExports.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2parse_ -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/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikBeta.cpp -o llikBeta.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikBeta.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = beta_llik]' llikBeta.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikBinom.cpp -o llikBinom.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikBinom.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = binom_llik]' llikBinom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikCauchy.cpp -o llikCauchy.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikCauchy.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = cauchy_llik]' llikCauchy.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikChisq.cpp -o llikChisq.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikChisq.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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::Array; T = double]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/chi_square_lpdf.hpp:91:33: required from 'stan::return_type_t stan::math::chi_square_lpdf(const T_y&, const T_dof&) [with bool propto = false; T_y = double; T_dof = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/chi_square_lpdf.hpp:104:32: required from 'stan::return_type_t stan::math::chi_square_lpdf(const T_y&, const T_dof&) [with T_y = double; T_dof = var_value; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/chi_square_log.hpp:41:37: required from 'stan::return_type_t stan::math::chi_square_log(const T_y&, const T_dof&) [with T_y = double; T_dof = var_value; stan::return_type_t = var_value]' llikChisq.cpp:14:29: required from 'Eigen::Matrix chisq_llik::operator()(const Eigen::Matrix&) const [with T = stan::math::var_value]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:23:37: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = chisq_llik]' llikChisq.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikExp.cpp -o llikExp.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikExp.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:92:35: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = double; T_inv_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:108:33: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with T_y = double; T_inv_scale = var_value; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/exponential_log.hpp:25:44: required from 'stan::return_type_t stan::math::exponential_log(const T_y&, const T_inv_scale&) [with T_y = double; T_inv_scale = var_value; stan::return_type_t = var_value]' llikExp.cpp:13:30: required from 'Eigen::Matrix exp_llik::operator()(const Eigen::Matrix&) const [with T = stan::math::var_value]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:23:37: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = exp_llik]' llikExp.cpp:22:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikF.cpp -o llikF.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikF.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = f_llik]' llikF.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikGamma.cpp -o llikGamma.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikGamma.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = gamma_llik]' llikGamma.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikGeom.cpp -o llikGeom.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikGeom.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = geom_llik]' llikGeom.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikNbinom.cpp -o llikNbinom.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikNbinom.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinom_llik]' llikNbinom.cpp:30:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikNbinom2.cpp -o llikNbinom2.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikNbinom2.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = nbinomMu_llik]' llikNbinom2.cpp:27:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikNorm.cpp -o llikNorm.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikNorm.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = normal_llik]' llikNorm.cpp:23:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikPois.cpp -o llikPois.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikPois.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = poisson_llik]' llikPois.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikT.cpp -o llikT.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikT.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = t_llik]' llikT.cpp:24:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikUnif.cpp -o llikUnif.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikUnif.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = unif_llik]' llikUnif.cpp:26:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2parse_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 llikWeibull.cpp -o llikWeibull.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from llik2.h:7, from llikWeibull.cpp:1: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = weibull_llik]' llikWeibull.cpp:28:23: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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 rxode2ll.so RcppExports.o init.o llikBeta.o llikBinom.o llikCauchy.o llikChisq.o llikExp.o llikF.o llikGamma.o llikGeom.o llikNbinom.o llikNbinom2.o llikNorm.o llikPois.o llikT.o llikUnif.o llikWeibull.o -L/home/th798/R/R-release/lib -lRlapack -L/home/th798/R/R-release/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/projects/genomic-ml/R/R-release/library/RcppParallel/lib/ -Wl,-rpath,/projects/genomic-ml/R/R-release/library/RcppParallel/lib/ -ltbb -ltbbmalloc installing to /tmp/th798/16179681/R-release/922/library/00LOCK-rxode2ll/00new/rxode2ll/libs ** 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 ** 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 (rxode2ll) * installing *source* package 'nlmixr2data' ... ** package 'nlmixr2data' 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 ** 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 (nlmixr2data) * installing *source* package 'lbfgsb3c' ... ** package 'lbfgsb3c' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using Fortran compiler: 'GNU Fortran (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c blas.f -o blas.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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/gfortran -fpic -g -O2 -c lbfgsb.f -o lbfgsb.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lbfgsb3x.cpp -o lbfgsb3x.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c timer.f -o timer.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 lbfgsb3c.so RcppExports.o blas.o init.o lbfgsb.o lbfgsb3x.o timer.o -lgfortran -lm -lquadmath installing to /tmp/th798/16179681/R-release/922/library/00LOCK-lbfgsb3c/00new/lbfgsb3c/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 (lbfgsb3c) * installing *source* package 'n1qn1' ... ** package 'n1qn1' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 ajour.c -o ajour.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 calmaj.c -o calmaj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 n1qn1_all.c -o n1qn1_all.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 proj.c -o proj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 satur.c -o satur.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 RcppExpMod.cpp -o RcppExpMod.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 n1qn1.so ajour.o calmaj.o init.o n1qn1_all.o proj.o satur.o RcppExpMod.o -L/home/th798/R/R-release/lib -lRlapack -L/home/th798/R/R-release/lib -lRblas -lgfortran -lm -lquadmath installing to /tmp/th798/16179681/R-release/922/library/00LOCK-n1qn1/00new/n1qn1/libs ** 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 ** 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 (n1qn1) * installing *source* package 'symengine' ... ** package 'symengine' successfully unpacked and MD5 sums checked ** using staged installation ====== configuring symengine R package ====== == current working directory /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine == /bin/bash == cmake: /home/th798/.conda/envs/emacs1/bin/cmake cmake version 3.22.1 CMake suite maintained and supported by Kitware (kitware.com/cmake). == R_HOME /home/th798/R/R-release == getting R config variables R_CC=/packages/gcc/12.2.0-nnbserq/bin/gcc R_CFLAGS=-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 R_CPICFLAGS=-fpic R_CXX=/packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 R_CXXFLAGS=-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 R_CXXPICFLAGS=-fpic R_CPPFLAGS=-I/home/th798/.conda/envs/emacs1/include -I/home/th798/include R_LDFLAGS=-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 == setting environment variables for cmake setting CC=/packages/gcc/12.2.0-nnbserq/bin/gcc setting CXX=/packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 == translating to cmake variables setting CMAKE_C_FLAGS=-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 -fpic setting CMAKE_CXX_FLAGS=-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 -fpic setting CMAKE_INCLUDE_PATH=/home/th798/.conda/envs/emacs1/include;/home/th798/include setting CMAKE_LIBRARY_PATH=/home/th798/.conda/envs/emacs1/lib;/home/th798/lib;/home/th798/lib64 ====== Unpacking src/upstream.tar ====== running cmake + cmake -DCMAKE_AR=/usr/bin/ar -DCMAKE_RANLIB=/usr/bin/ranlib '-DCMAKE_C_FLAGS=-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 -fpic' '-DCMAKE_CXX_FLAGS=-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 -fpic' '-DCMAKE_INCLUDE_PATH=/home/th798/.conda/envs/emacs1/include;/home/th798/include' '-DCMAKE_LIBRARY_PATH=/home/th798/.conda/envs/emacs1/lib;/home/th798/lib;/home/th798/lib64' -DCMAKE_BUILD_TYPE=Release -DWITH_BFD=no -DWITH_SYMENGINE_ASSERT=no -DWITH_ECM=no -DWITH_PRIMESIEVE=no -DWITH_FLINT=no -DWITH_ARB=no -DWITH_TCMALLOC=no -DWITH_OPENMP=no -DWITH_PIRANHA=no -DWITH_LLVM=no -DWITH_MPFR=yes -DWITH_MPC=no -DINTEGER_CLASS=gmp -DBUILD_TESTS=no -DBUILD_BENCHMARKS=no -DBUILD_SHARED_LIBS=no -DWITH_COTIRE=no . -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /packages/gcc/12.2.0-nnbserq/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /packages/gcc/12.2.0-nnbserq/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test NO_WARN_IMPLICIT_FALL_THROUGH_FLAG -- Performing Test NO_WARN_IMPLICIT_FALL_THROUGH_FLAG - Success -- Linker supports --exclude-libs -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of long double -- Check size of long double - done -- Found MPFR: /home/th798/.conda/envs/emacs1/lib/libmpfr.so -- Found GMP: /home/th798/.conda/envs/emacs1/lib/libgmp.so -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -------------------------------------------------------------------------------- +-------------------------------+ | Configuration results SUMMARY | +-------------------------------+ CMAKE_C_COMPILER: /packages/gcc/12.2.0-nnbserq/bin/gcc CMAKE_CXX_COMPILER: /packages/gcc/12.2.0-nnbserq/bin/g++ CMAKE_BUILD_TYPE: Release CMAKE_CONFIGURATION_TYPES: CMAKE_C_FLAGS: -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 -fpic CMAKE_CXX_FLAGS: -std=c++11 -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 -fpic -fPIC CMAKE_CXX_FLAGS_DEBUG: -Wall -Wextra -fno-common -g -ggdb CMAKE_CXX_FLAGS_RELEASE: -Wall -Wextra -fno-common -O3 -funroll-loops CMAKE_INSTALL_PREFIX: /usr/local BUILD_SHARED_LIBS: no INTEGER_CLASS : GMP HAVE_SYMENGINE_GMP: yes WITH_SYMENGINE_ASSERT: no WITH_SYMENGINE_RCP: yes WITH_SYMENGINE_TEUCHOS: no WITH_COTIRE: no WITH_GENERATE_PARSER: no HAVE_GCC_ABI_DEMANGLE: yes HAVE_C_FUNCTION_NOT_FUNC: no HAVE_DEFAULT_CONSTRUCTORS: yes HAVE_SYMENGINE_NOEXCEPT: yes HAVE_SYMENGINE_IS_CONSTRUCTIBLE: yes HAVE_SYMENGINE_RESERVE: yes HAVE_SYMENGINE_STD_TO_STRING: TRUE WITH_SYMENGINE_THREAD_SAFE: no BUILD_TESTS: no BUILD_BENCHMARKS: no BUILD_BENCHMARKS_GOOGLE: no WITH_GMP: yes GMP_INCLUDE_DIRS: /home/th798/.conda/envs/emacs1/include GMP_LIBRARIES: /home/th798/.conda/envs/emacs1/lib/libgmp.so WITH_BFD: no WITH_ECM: no WITH_PRIMESIEVE: no WITH_FLINT: no WITH_ARB: no WITH_MPFR: yes MPFR_INCLUDE_DIRS: /home/th798/.conda/envs/emacs1/include MPFR_LIBRARIES: /home/th798/.conda/envs/emacs1/lib/libmpfr.so WITH_PIRANHA: no WITH_LLVM: no WITH_BOOST: no WITH_PTHREAD: no WITH_MPC: no WITH_TCMALLOC: no WITH_OPENMP: no WITH_VIRTUAL_TYPEID: no LIBS: mpfr;gmp -------------------------------------------------------------------------------- -- Configuring done -- Generating done -- Build files have been written to: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream + '[' 0 -ne 0 ']' + set +x == setting SymEngine_DIR /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream == config PKG_LIBS and PKG_CPPFLAGS for Makevars set PKG_LIBS=-Wl,-rpath,/home/th798/.conda/envs/emacs1/lib upstream/symengine/libsymengine.a /home/th798/.conda/envs/emacs1/lib/libmpfr.so /home/th798/.conda/envs/emacs1/lib/libgmp.so set PKG_CPPFLAGS=-I/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream -I/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include -I/home/th798/.conda/envs/emacs1/include == generating src/Makevars ====== configuring symengine R package DONE ====== ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' make[1]: Entering directory '/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream' make[2]: Entering directory '/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream' make[3]: Entering directory '/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream' make[3]: Leaving directory '/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream' make[3]: Entering directory '/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream' [ 1%] Building CXX object symengine/CMakeFiles/symengine.dir/add.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.cpp:14: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.cpp:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.cpp:16: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.cpp:276:27: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.cpp:277:26: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 2%] Building CXX object symengine/CMakeFiles/symengine.dir/basic.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/subs.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/subs.h:51:27: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Symbol]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/subs.h:391:27: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:1:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Rational]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:2:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Complex]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:3:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ComplexDouble]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:4:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::RealMPFR]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:6:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::RealDouble]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:11:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Infty]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:12:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::NaN]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:13:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:13:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:328:38: warning: unused parameter 'ar' [-Wunused-parameter] 328 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::NumberWrapper]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:21:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = NumberWrapper; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:21:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Dummy]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:26:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Dummy; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:26:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Mul]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:27:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Add]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:28:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Pow]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:29:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UIntPoly]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:30:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = UIntPoly; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:30:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MIntPoly]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:31:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = MIntPoly; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:31:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::URatPoly]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:32:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = URatPoly; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:32:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UExprPoly]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:33:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = UExprPoly; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:33:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MExprPoly]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:34:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = MExprPoly; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:34:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::GaloisField]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:43:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = GaloisField; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:43:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UnivariateSeries]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:44:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = UnivariateSeries; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:44:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Log]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:45:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Conjugate]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:46:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Constant]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:47:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Sign]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:48:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Floor]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:49:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Ceiling]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:50:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Sin]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:51:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Cos]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:52:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Tan]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:53:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Cot]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:54:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Csc]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:55:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Sec]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:56:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ASin]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:57:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACos]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:58:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ASec]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:59:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACsc]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:60:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ATan]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:61:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACot]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:62:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ATan2]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:63:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Sinh]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:64:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Csch]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:65:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Cosh]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:66:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Sech]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:67:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Tanh]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:68:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Coth]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:69:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ASinh]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:70:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACsch]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:71:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACosh]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:72:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ATanh]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:73:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ACoth]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:74:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ASech]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:75:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::LambertW]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:76:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Zeta]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:77:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Dirichlet_eta]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:78:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::KroneckerDelta]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:79:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::LeviCivita]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:80:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Erf]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:81:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Erfc]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:82:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Gamma]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:83:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::PolyGamma]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:84:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::LowerGamma]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:85:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UpperGamma]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:86:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::LogGamma]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:87:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Beta]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:88:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::FunctionSymbol]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:89:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::FunctionWrapper]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:90:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:90:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:617:38: warning: unused parameter 'ar' [-Wunused-parameter] 617 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Derivative]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:91:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Subs]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:92:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Abs]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:93:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Max]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:94:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Min]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:95:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::EmptySet]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:96:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:96:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:510:38: warning: unused parameter 'ar' [-Wunused-parameter] 510 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::FiniteSet]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:97:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Interval]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:98:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Complexes]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:99:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Complexes; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:99:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Reals]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:100:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:100:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:500:38: warning: unused parameter 'ar' [-Wunused-parameter] 500 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Rationals]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:101:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:101:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:505:38: warning: unused parameter 'ar' [-Wunused-parameter] 505 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integers]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:102:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:102:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:515:38: warning: unused parameter 'ar' [-Wunused-parameter] 515 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Naturals]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:103:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Naturals; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:103:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Naturals0]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:104:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Naturals0; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:104:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ConditionSet]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:105:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Union]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:106:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Intersection]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:107:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Intersection; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:107:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Complement]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:108:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ImageSet]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:109:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Piecewise]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:110:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UniversalSet]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:111:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:111:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:520:38: warning: unused parameter 'ar' [-Wunused-parameter] 520 | RCP load_basic(Archive &ar, RCP &) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Contains]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:112:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::BooleanAtom]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:113:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Not]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:114:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::And]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:115:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Or]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:116:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Xor]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:117:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Equality]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:118:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Unequality]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:119:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::LessThan]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:120:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::StrictLessThan]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:121:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Truncate]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:122:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::PrimePi]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:123:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Primorial]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:124:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Tuple]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:125:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Tuple; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:125:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::IdentityMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:127:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = IdentityMatrix; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:127:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ZeroMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:128:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = ZeroMatrix; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:128:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MatrixSymbol]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:129:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = MatrixSymbol; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:129:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::DiagonalMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:130:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = DiagonalMatrix; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:130:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ImmutableDenseMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:131:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = ImmutableDenseMatrix; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:131:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MatrixAdd]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:132:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = MatrixAdd; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:132:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MatrixMul]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:133:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = MatrixMul; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:133:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::HadamardProduct]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:134:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = HadamardProduct; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:134:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Trace]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:135:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Trace; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:135:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ConjugateMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:136:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = ConjugateMatrix; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:136:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Transpose]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:137:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&, typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type*) [with Archive = cereal::PortableBinaryInputArchive; T = Transpose; typename std::enable_if<(!((((std::is_base_of::value || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of::value) || std::is_base_of, T>::value)), int>::type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:137:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:648:14: warning: unused parameter 'ar' [-Wunused-parameter] 648 | Archive &ar, RCP &, | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::UnevaluatedExpr]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:139:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Boolean]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:557:24: required from 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:105:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Set]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:534:20: required from 'SymEngine::RCP SymEngine::load_basic(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:108:1: required from 'void SymEngine::load(Archive&, RCP&) [with Archive = cereal::PortableBinaryInputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:941:34: required from 'ArchiveType& cereal::InputArchive::processImpl(T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_input_versioning::value), (cereal::traits::is_input_serializable::value && (cereal::traits::is_specialized_non_member_load::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:853:26: required from 'void cereal::InputArchive::process(T&&) [with T = SymEngine::RCP&; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:730:16: required from 'ArchiveType& cereal::InputArchive::operator()(Types&& ...) [with Types = {SymEngine::RCP&}; ArchiveType = cereal::PortableBinaryInputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:76:13: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const NaN&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:13:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:132:33: warning: unused parameter 'ar' [-Wunused-parameter] 132 | inline void save_basic(Archive &ar, const NaN &b) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:132:48: warning: unused parameter 'b' [-Wunused-parameter] 132 | inline void save_basic(Archive &ar, const NaN &b) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const NumberWrapper&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:21:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:270:33: warning: unused parameter 'ar' [-Wunused-parameter] 270 | inline void save_basic(Archive &ar, const NumberWrapper &b) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:270:58: warning: unused parameter 'b' [-Wunused-parameter] 270 | inline void save_basic(Archive &ar, const NumberWrapper &b) | ~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const Basic&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:30:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:26:33: warning: unused parameter 'ar' [-Wunused-parameter] 26 | inline void save_basic(Archive &ar, const Basic &b) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const GaloisField&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:43:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:240:33: warning: unused parameter 'ar' [-Wunused-parameter] 240 | inline void save_basic(Archive &ar, const GaloisField &b) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:240:56: warning: unused parameter 'b' [-Wunused-parameter] 240 | inline void save_basic(Archive &ar, const GaloisField &b) | ~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const SeriesCoeffInterface&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:44:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:245:33: warning: unused parameter 'ar' [-Wunused-parameter] 245 | inline void save_basic(Archive &ar, const SeriesCoeffInterface &) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const FunctionWrapper&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:90:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:275:33: warning: unused parameter 'ar' [-Wunused-parameter] 275 | inline void save_basic(Archive &ar, const FunctionWrapper &b) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:275:60: warning: unused parameter 'b' [-Wunused-parameter] 275 | inline void save_basic(Archive &ar, const FunctionWrapper &b) | ~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const EmptySet&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:96:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:196:33: warning: unused parameter 'ar' [-Wunused-parameter] 196 | inline void save_basic(Archive &ar, const EmptySet &b) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:196:53: warning: unused parameter 'b' [-Wunused-parameter] 196 | inline void save_basic(Archive &ar, const EmptySet &b) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const Reals&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:100:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:188:33: warning: unused parameter 'ar' [-Wunused-parameter] 188 | inline void save_basic(Archive &ar, const Reals &b) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:188:50: warning: unused parameter 'b' [-Wunused-parameter] 188 | inline void save_basic(Archive &ar, const Reals &b) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const Rationals&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:101:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:192:33: warning: unused parameter 'ar' [-Wunused-parameter] 192 | inline void save_basic(Archive &ar, const Rationals &b) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:192:54: warning: unused parameter 'b' [-Wunused-parameter] 192 | inline void save_basic(Archive &ar, const Rationals &b) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const Integers&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:102:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:200:33: warning: unused parameter 'ar' [-Wunused-parameter] 200 | inline void save_basic(Archive &ar, const Integers &b) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:200:53: warning: unused parameter 'b' [-Wunused-parameter] 200 | inline void save_basic(Archive &ar, const Integers &b) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h: In instantiation of 'void SymEngine::save_basic(Archive&, const UniversalSet&) [with Archive = cereal::PortableBinaryOutputArchive]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:111:1: required from 'void SymEngine::save_basic(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:311:15: required from 'void SymEngine::save(Archive&, const RCP&) [with Archive = cereal::PortableBinaryOutputArchive; T = Basic]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:532:34: required from 'ArchiveType& cereal::OutputArchive::processImpl(const T&) [with T = SymEngine::RCP; typename cereal::traits::detail::EnableIfHelper::value, (! cereal::traits::has_invalid_output_versioning::value), (cereal::traits::is_output_serializable::value && (cereal::traits::is_specialized_non_member_save::value || (! cereal::traits::is_specialized::value)))>::type = (cereal::traits::detail::sfinae)0; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: recursively required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:453:22: required from 'void cereal::OutputArchive::process(T&&, Other&& ...) [with T = short unsigned int&; Other = {short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include/cereal/cereal.hpp:333:22: required from 'ArchiveType& cereal::OutputArchive::operator()(Types&& ...) [with Types = {short unsigned int&, short unsigned int&, SymEngine::RCP}; ArchiveType = cereal::PortableBinaryOutputArchive; unsigned int Flags = 1]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.cpp:56:45: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:204:33: warning: unused parameter 'ar' [-Wunused-parameter] 204 | inline void save_basic(Archive &ar, const UniversalSet &b) | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/serialize-cereal.h:204:57: warning: unused parameter 'b' [-Wunused-parameter] 204 | inline void save_basic(Archive &ar, const UniversalSet &b) | ~~~~~~~~~~~~~~~~~~~~^ [ 3%] Building CXX object symengine/CMakeFiles/symengine.dir/complex.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.cpp:181:27: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 4%] Building CXX object symengine/CMakeFiles/symengine.dir/complex_double.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.cpp:6: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 5%] Building CXX object symengine/CMakeFiles/symengine.dir/constants.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 6%] Building CXX object symengine/CMakeFiles/symengine.dir/cse.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cse.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cse.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cse.cpp:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cse.cpp: In member function 'void SymEngine::OptsCSEVisitor::bvisit(const SymEngine::Derivative&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cse.cpp:323:35: warning: unused parameter 'x' [-Wunused-parameter] 323 | void bvisit(const Derivative &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cse.cpp: In member function 'void SymEngine::OptsCSEVisitor::bvisit(const SymEngine::Subs&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cse.cpp:327:29: warning: unused parameter 'x' [-Wunused-parameter] 327 | void bvisit(const Subs &x) | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 7%] Building CXX object symengine/CMakeFiles/symengine.dir/cwrapper.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symbol.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cwrapper.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cwrapper.cpp:6: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cwrapper.cpp:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h: In lambda function: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h:650:51: warning: unused parameter 'x' [-Wunused-parameter] 650 | result_ = [=](const std::complex *x) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h: In lambda function: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h:658:51: warning: unused parameter 'x' [-Wunused-parameter] 658 | result_ = [=](const std::complex *x) { return tmp; }; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cwrapper.cpp: In function 'int is_a_ComplexMPC(const basic_struct*)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cwrapper.cpp:935:33: warning: unused parameter 'c' [-Wunused-parameter] 935 | int is_a_ComplexMPC(const basic c) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cwrapper.cpp:1664:35: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Symbol]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_construct.h:119:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = SymEngine::RCP; _Args = {}]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:638:18: required from 'static _ForwardIterator std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; bool _TrivialValueType = false]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:701:20: required from '_ForwardIterator std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:766:44: required from '_ForwardIterator std::__uninitialized_default_n_a(_ForwardIterator, _Size, allocator<_Tp>&) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; _Tp = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:1713:36: required from 'void std::vector<_Tp, _Alloc>::_M_default_initialize(size_type) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:553:9: required from 'std::vector<_Tp, _Alloc>::vector(size_type, const allocator_type&) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int; allocator_type = std::allocator >]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/cwrapper.cpp:1605:25: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::Integer&) [with T = double]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:1:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Integer&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:1:1: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h:133:32: warning: unused parameter 'x_' [-Wunused-parameter] 133 | result_ = [=](const T *x_) { return tmp; }; | ~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::Rational&) [with T = double]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:2:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Rational&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:2:1: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h:139:32: warning: unused parameter 'x' [-Wunused-parameter] 139 | result_ = [=](const T *x) { return tmp; }; | ~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::RealMPFR&) [with T = double]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:6:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::RealMPFR&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:6:1: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h:152:32: warning: unused parameter 'x' [-Wunused-parameter] 152 | result_ = [=](const T *x) { return tmp; }; | ~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::RealDouble&) [with T = double]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:11:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::RealDouble&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:11:1: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h:145:32: warning: unused parameter 'x' [-Wunused-parameter] 145 | result_ = [=](const T *x) { return tmp; }; | ~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::Symbol&) [with T = double]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:25:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Symbol&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:25:1: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h:124:36: warning: unused parameter 'x' [-Wunused-parameter] 124 | result_ = [=](const T *x) { return *cse_intermediate_result; }; | ~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h: In instantiation of 'void SymEngine::LambdaDoubleVisitor::bvisit(const SymEngine::Constant&) [with T = double]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:47:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Constant&) [with Derived = SymEngine::LambdaRealDoubleVisitor; Base = SymEngine::LambdaDoubleVisitor]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:47:1: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/lambda_double.h:346:32: warning: unused parameter 'x' [-Wunused-parameter] 346 | result_ = [=](const T *x) { return tmp; }; | ~~~~~~~~~^ [ 8%] Building CXX object symengine/CMakeFiles/symengine.dir/dense_matrix.cpp.o /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dense_matrix.cpp:520: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 520 | #pragma omp parallel for | /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dense_matrix.cpp:546: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 546 | #pragma omp parallel for | /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dense_matrix.cpp:570: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 570 | #pragma omp parallel for | /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dense_matrix.cpp:583: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 583 | #pragma omp parallel for | In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dense_matrix.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/subs.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dense_matrix.cpp:6: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dense_matrix.cpp:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dense_matrix.cpp: In function 'void SymEngine::submatrix_dense(const DenseMatrix&, DenseMatrix&, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dense_matrix.cpp:634:51: warning: unused parameter 'row_end' [-Wunused-parameter] 634 | unsigned col_start, unsigned row_end, unsigned col_end, | ~~~~~~~~~^~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dense_matrix.cpp:634:69: warning: unused parameter 'col_end' [-Wunused-parameter] 634 | unsigned col_start, unsigned row_end, unsigned col_end, | ~~~~~~~~~^~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/subs.h:51:27: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Symbol]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/subs.h:391:27: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 9%] Building CXX object symengine/CMakeFiles/symengine.dir/derivative.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In function 'bool SymEngine::fdiff(const Ptr >&, const Function&, unsigned int)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:109:48: warning: unused parameter 'ret' [-Wunused-parameter] 109 | static bool fdiff(const Ptr> &ret, const Function &self, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:109:69: warning: unused parameter 'self' [-Wunused-parameter] 109 | static bool fdiff(const Ptr> &ret, const Function &self, | ~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:110:28: warning: unused parameter 'index' [-Wunused-parameter] 110 | unsigned index) | ~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:197:40: warning: unused parameter 'self' [-Wunused-parameter] 197 | void DiffVisitor::bvisit(const Number &self) | ~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:202:42: warning: unused parameter 'self' [-Wunused-parameter] 202 | void DiffVisitor::bvisit(const Constant &self) | ~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:690:37: warning: unused parameter 'self' [-Wunused-parameter] 690 | void DiffVisitor::bvisit(const Set &self) | ~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Tuple&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:695:39: warning: unused parameter 'self' [-Wunused-parameter] 695 | void DiffVisitor::bvisit(const Tuple &self) | ~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:700:48: warning: unused parameter 'self' [-Wunused-parameter] 700 | void DiffVisitor::bvisit(const IdentityMatrix &self) | ~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::ZeroMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:705:44: warning: unused parameter 'self' [-Wunused-parameter] 705 | void DiffVisitor::bvisit(const ZeroMatrix &self) | ~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::MatrixSymbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:710:46: warning: unused parameter 'self' [-Wunused-parameter] 710 | void DiffVisitor::bvisit(const MatrixSymbol &self) | ~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:715:48: warning: unused parameter 'self' [-Wunused-parameter] 715 | void DiffVisitor::bvisit(const DiagonalMatrix &self) | ~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::ImmutableDenseMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:720:54: warning: unused parameter 'self' [-Wunused-parameter] 720 | void DiffVisitor::bvisit(const ImmutableDenseMatrix &self) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::MatrixAdd&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:725:43: warning: unused parameter 'self' [-Wunused-parameter] 725 | void DiffVisitor::bvisit(const MatrixAdd &self) | ~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::HadamardProduct&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:730:49: warning: unused parameter 'self' [-Wunused-parameter] 730 | void DiffVisitor::bvisit(const HadamardProduct &self) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::MatrixMul&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:735:43: warning: unused parameter 'self' [-Wunused-parameter] 735 | void DiffVisitor::bvisit(const MatrixMul &self) | ~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::ConjugateMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:740:49: warning: unused parameter 'self' [-Wunused-parameter] 740 | void DiffVisitor::bvisit(const ConjugateMatrix &self) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Transpose&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:745:43: warning: unused parameter 'self' [-Wunused-parameter] 745 | void DiffVisitor::bvisit(const Transpose &self) | ~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Trace&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:750:39: warning: unused parameter 'self' [-Wunused-parameter] 750 | void DiffVisitor::bvisit(const Trace &self) | ~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp: In member function 'void SymEngine::DiffVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:755:41: warning: unused parameter 'self' [-Wunused-parameter] 755 | void DiffVisitor::bvisit(const Boolean &self) | ~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/subs.h:51:27: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Symbol]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/subs.h:391:27: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UIntDict; BaseType = SymEngine::UIntPolyBase; Poly = SymEngine::UIntPoly; typename BaseType::coef_type = SymEngine::mpz_wrapper; typename Container::key_type = unsigned int; typename M::key_type = unsigned int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:496:43: required from 'static SymEngine::RCP SymEngine::UNonExprPoly::from_dict(const SymEngine::RCP&, std::map&&) [with Container = SymEngine::UIntDict; Poly = SymEngine::UIntPoly; Cf = SymEngine::mpz_wrapper]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:135:31: required from 'SymEngine::RCP SymEngine::diff_upoly(const Poly&, const Symbol&) [with Poly = UIntPoly; Dict = std::map]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:625:49: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::URatDict; BaseType = SymEngine::URatPolyBase; Poly = SymEngine::URatPoly; typename BaseType::coef_type = SymEngine::mpq_wrapper; typename Container::key_type = unsigned int; typename M::key_type = unsigned int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:496:43: required from 'static SymEngine::RCP SymEngine::UNonExprPoly::from_dict(const SymEngine::RCP&, std::map&&) [with Container = SymEngine::URatDict; Poly = SymEngine::URatPoly; Cf = SymEngine::mpq_wrapper]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:135:31: required from 'SymEngine::RCP SymEngine::diff_upoly(const Poly&, const Symbol&) [with Poly = URatPoly; Dict = std::map]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/derivative.cpp:630:49: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] [ 10%] Building CXX object symengine/CMakeFiles/symengine.dir/dict.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 11%] Building CXX object symengine/CMakeFiles/symengine.dir/diophantine.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/diophantine.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/diophantine.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/diophantine.cpp:75:24: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 13%] Building CXX object symengine/CMakeFiles/symengine.dir/eval.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/eval.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/eval.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/eval.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/eval.cpp:7: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 14%] Building CXX object symengine/CMakeFiles/symengine.dir/eval_double.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/eval_double.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/eval_double.cpp: In lambda function: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/eval_double.cpp:456:48: warning: unused parameter 'x' [-Wunused-parameter] 456 | table.assign(TypeID_Count, [](const Basic &x) -> double { | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 15%] Building CXX object symengine/CMakeFiles/symengine.dir/expand.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expand.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expand.cpp:140:31: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 16%] Building CXX object symengine/CMakeFiles/symengine.dir/expression.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 17%] Building CXX object symengine/CMakeFiles/symengine.dir/fields.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/fields.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/fields.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/fields.h:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 18%] Building CXX object symengine/CMakeFiles/symengine.dir/finitediff.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/finitediff.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/finitediff.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/finitediff.cpp:31:22: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 19%] Building CXX object symengine/CMakeFiles/symengine.dir/functions.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.cpp: In member function 'bool SymEngine::FunctionSymbol::is_canonical(const SymEngine::vec_basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.cpp:1871:52: warning: unused parameter 'arg' [-Wunused-parameter] 1871 | bool FunctionSymbol::is_canonical(const vec_basic &arg) const | ~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.cpp: In member function 'bool SymEngine::Subs::is_canonical(const SymEngine::RCP&, const SymEngine::map_basic_basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.cpp:2037:48: warning: unused parameter 'dict' [-Wunused-parameter] 2037 | const map_basic_basic &dict) const | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.cpp: In member function 'bool SymEngine::UnevaluatedExpr::is_canonical(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.cpp:3740:60: warning: unused parameter 'arg' [-Wunused-parameter] 3740 | bool UnevaluatedExpr::is_canonical(const RCP &arg) const | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.cpp:393:23: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.cpp:1793:28: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 20%] Building CXX object symengine/CMakeFiles/symengine.dir/infinity.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::sin(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:234:39: warning: unused parameter 'x' [-Wunused-parameter] 234 | RCP sin(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::cos(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:239:39: warning: unused parameter 'x' [-Wunused-parameter] 239 | RCP cos(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::tan(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:244:39: warning: unused parameter 'x' [-Wunused-parameter] 244 | RCP tan(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::cot(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:249:39: warning: unused parameter 'x' [-Wunused-parameter] 249 | RCP cot(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::sec(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:254:39: warning: unused parameter 'x' [-Wunused-parameter] 254 | RCP sec(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::csc(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:259:39: warning: unused parameter 'x' [-Wunused-parameter] 259 | RCP csc(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::asin(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:264:40: warning: unused parameter 'x' [-Wunused-parameter] 264 | RCP asin(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::acos(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:269:40: warning: unused parameter 'x' [-Wunused-parameter] 269 | RCP acos(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::acsc(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:274:40: warning: unused parameter 'x' [-Wunused-parameter] 274 | RCP acsc(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::asec(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:279:40: warning: unused parameter 'x' [-Wunused-parameter] 279 | RCP asec(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateInfty::abs(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:432:39: warning: unused parameter 'x' [-Wunused-parameter] 432 | RCP abs(const Basic &x) const override | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/infinity.cpp:14:48: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 21%] Building CXX object symengine/CMakeFiles/symengine.dir/integer.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 22%] Building CXX object symengine/CMakeFiles/symengine.dir/logic.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 23%] Building CXX object symengine/CMakeFiles/symengine.dir/matrix.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 25%] Building CXX object symengine/CMakeFiles/symengine.dir/monomials.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/monomials.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/monomials.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ [ 26%] Building CXX object symengine/CMakeFiles/symengine.dir/mul.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mul.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mul.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mul.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mul.cpp:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 27%] Building CXX object symengine/CMakeFiles/symengine.dir/nan.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.h:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual int SymEngine::NaN::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:23:31: warning: unused parameter 'o' [-Wunused-parameter] 23 | int NaN::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::NaN::add(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:34:42: warning: unused parameter 'other' [-Wunused-parameter] 34 | RCP NaN::add(const Number &other) const | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::NaN::mul(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:39:42: warning: unused parameter 'other' [-Wunused-parameter] 39 | RCP NaN::mul(const Number &other) const | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::NaN::div(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:44:42: warning: unused parameter 'other' [-Wunused-parameter] 44 | RCP NaN::div(const Number &other) const | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::NaN::pow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:49:42: warning: unused parameter 'other' [-Wunused-parameter] 49 | RCP NaN::pow(const Number &other) const | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::NaN::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:54:43: warning: unused parameter 'other' [-Wunused-parameter] 54 | RCP NaN::rpow(const Number &other) const | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::sin(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:61:39: warning: unused parameter 'x' [-Wunused-parameter] 61 | RCP sin(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::cos(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:66:39: warning: unused parameter 'x' [-Wunused-parameter] 66 | RCP cos(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::tan(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:71:39: warning: unused parameter 'x' [-Wunused-parameter] 71 | RCP tan(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::cot(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:76:39: warning: unused parameter 'x' [-Wunused-parameter] 76 | RCP cot(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::sec(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:81:39: warning: unused parameter 'x' [-Wunused-parameter] 81 | RCP sec(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::csc(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:86:39: warning: unused parameter 'x' [-Wunused-parameter] 86 | RCP csc(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::asin(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:91:40: warning: unused parameter 'x' [-Wunused-parameter] 91 | RCP asin(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acos(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:96:40: warning: unused parameter 'x' [-Wunused-parameter] 96 | RCP acos(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acsc(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:101:40: warning: unused parameter 'x' [-Wunused-parameter] 101 | RCP acsc(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::asec(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:106:40: warning: unused parameter 'x' [-Wunused-parameter] 106 | RCP asec(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::atan(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:111:40: warning: unused parameter 'x' [-Wunused-parameter] 111 | RCP atan(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acot(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:116:40: warning: unused parameter 'x' [-Wunused-parameter] 116 | RCP acot(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::sinh(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:121:40: warning: unused parameter 'x' [-Wunused-parameter] 121 | RCP sinh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::csch(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:126:40: warning: unused parameter 'x' [-Wunused-parameter] 126 | RCP csch(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::cosh(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:131:40: warning: unused parameter 'x' [-Wunused-parameter] 131 | RCP cosh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::sech(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:136:40: warning: unused parameter 'x' [-Wunused-parameter] 136 | RCP sech(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::tanh(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:141:40: warning: unused parameter 'x' [-Wunused-parameter] 141 | RCP tanh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::coth(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:146:40: warning: unused parameter 'x' [-Wunused-parameter] 146 | RCP coth(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::asinh(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:151:41: warning: unused parameter 'x' [-Wunused-parameter] 151 | RCP asinh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acosh(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:156:41: warning: unused parameter 'x' [-Wunused-parameter] 156 | RCP acosh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acsch(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:161:41: warning: unused parameter 'x' [-Wunused-parameter] 161 | RCP acsch(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::asech(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:166:41: warning: unused parameter 'x' [-Wunused-parameter] 166 | RCP asech(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::atanh(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:171:41: warning: unused parameter 'x' [-Wunused-parameter] 171 | RCP atanh(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::acoth(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:176:41: warning: unused parameter 'x' [-Wunused-parameter] 176 | RCP acoth(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::abs(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:181:39: warning: unused parameter 'x' [-Wunused-parameter] 181 | RCP abs(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::log(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:186:39: warning: unused parameter 'x' [-Wunused-parameter] 186 | RCP log(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::gamma(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:191:41: warning: unused parameter 'x' [-Wunused-parameter] 191 | RCP gamma(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::exp(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:196:39: warning: unused parameter 'x' [-Wunused-parameter] 196 | RCP exp(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::floor(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:201:41: warning: unused parameter 'x' [-Wunused-parameter] 201 | RCP floor(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::ceiling(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:206:43: warning: unused parameter 'x' [-Wunused-parameter] 206 | RCP ceiling(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::truncate(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:211:44: warning: unused parameter 'x' [-Wunused-parameter] 211 | RCP truncate(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::erf(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:216:39: warning: unused parameter 'x' [-Wunused-parameter] 216 | RCP erf(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateNaN::erfc(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/nan.cpp:221:40: warning: unused parameter 'x' [-Wunused-parameter] 221 | RCP erfc(const Basic &x) const override | ~~~~~~~~~~~~~^ [ 28%] Building CXX object symengine/CMakeFiles/symengine.dir/ntheory.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/ntheory.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/ntheory.cpp:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/ntheory.cpp:6: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/ntheory.cpp: In function 'int SymEngine::factor(const Ptr >&, const Integer&, double)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/ntheory.cpp:371:71: warning: unused parameter 'B1' [-Wunused-parameter] 371 | int factor(const Ptr> &f, const Integer &n, double B1) | ~~~~~~~^~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/ntheory.cpp:1450:28: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 29%] Building CXX object symengine/CMakeFiles/symengine.dir/ntheory_funcs.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/ntheory.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/ntheory_funcs.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 30%] Building CXX object symengine/CMakeFiles/symengine.dir/number.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 31%] Building CXX object symengine/CMakeFiles/symengine.dir/numer_denom.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/numer_denom.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/numer_denom.cpp:103:28: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 32%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/parser_old.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser_old.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 33%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/parser.tab.cc.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:8, from parser.yy:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.tab.cc:41: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': parser.tab.hh:244:15: required from 'T& yy::parser::value_type::emplace(U&& ...) [with T = SymEngine::RCP; U = {}]' parser.tab.cc:792:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Boolean]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_pair.h:385:18: required from 'constexpr std::pair<_T1, _T2>::pair() [with _U1 = SymEngine::RCP; _U2 = SymEngine::RCP; typename std::enable_if, std::__is_implicitly_default_constructible<_U2> >::value, bool>::type = true; _T1 = SymEngine::RCP; _T2 = SymEngine::RCP]' parser.tab.hh:244:15: required from 'T& yy::parser::value_type::emplace(U&& ...) [with T = std::pair, SymEngine::RCP >; U = {}]' parser.tab.cc:800:124: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 34%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/parser.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.cpp:337:33: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 35%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/tokenizer.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:8, from parser.yy:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/tokenizer.h:5, from tokenizer.re:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 36%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/sbml/sbml_parser.tab.cc.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/sbml/sbml_parser.h:8, from sbml_parser.yy:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/sbml/sbml_parser.tab.cc:41: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': sbml_parser.tab.hh:234:15: required from 'T& sbml::parser::semantic_type::emplace(U&& ...) [with T = SymEngine::RCP; U = {}]' sbml_parser.tab.cc:700:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 38%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/sbml/sbml_parser.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/sbml/sbml_parser.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/sbml/sbml_parser.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/sbml/sbml_parser.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 39%] Building CXX object symengine/CMakeFiles/symengine.dir/parser/sbml/sbml_tokenizer.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:8, from parser.yy:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/tokenizer.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/sbml/sbml_tokenizer.h:4, from sbml_tokenizer.re:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/parser/parser.h:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 40%] Building CXX object symengine/CMakeFiles/symengine.dir/polys/basic_conversions.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.h: In member function 'void SymEngine::BasicToMIntPoly::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.h:489:33: warning: unused parameter 'x' [-Wunused-parameter] 489 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.cpp: In member function 'void SymEngine::PolyGeneratorVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.cpp:86:31: warning: unused parameter 'x' [-Wunused-parameter] 86 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::__detail::_Hash_node, SymEngine::RCP >, true>]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::__detail::_Hash_node, SymEngine::RCP >, true>; allocator_type = std::allocator, SymEngine::RCP >, true> >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/hashtable_policy.h:1968:36: required from 'std::__detail::_Hashtable_alloc<_NodeAlloc>::__node_type* std::__detail::_Hashtable_alloc<_NodeAlloc>::_M_allocate_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _NodeAlloc = std::allocator, SymEngine::RCP >, true> >; __node_ptr = std::allocator, SymEngine::RCP >, true> >::value_type*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/hashtable.h:308:35: required from 'std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::_Scoped_node::_Scoped_node(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::__hashtable_alloc*, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Value = std::pair, SymEngine::RCP >; _Alloc = std::allocator, SymEngine::RCP > >; _ExtractKey = std::__detail::_Select1st; _Equal = SymEngine::RCPBasicKeyEq; _Hash = SymEngine::RCPBasicHash; _RangeHash = std::__detail::_Mod_range_hashing; _Unused = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::__hashtable_alloc = std::_Hashtable, std::pair, SymEngine::RCP >, std::allocator, SymEngine::RCP > >, std::__detail::_Select1st, SymEngine::RCPBasicKeyEq, SymEngine::RCPBasicHash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::__hashtable_alloc]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/hashtable_policy.h:778:42: required from 'std::__detail::_Map_base<_Key, std::pair, _Alloc, std::__detail::_Select1st, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true>::mapped_type& std::__detail::_Map_base<_Key, std::pair, _Alloc, std::__detail::_Select1st, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Val = SymEngine::RCP; _Alloc = std::allocator, SymEngine::RCP > >; _Equal = SymEngine::RCPBasicKeyEq; _Hash = SymEngine::RCPBasicHash; _RangeHash = std::__detail::_Mod_range_hashing; _Unused = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unordered_map.h:980:20: required from 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::mapped_type& std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Hash = SymEngine::RCPBasicHash; _Pred = SymEngine::RCPBasicKeyEq; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.cpp:31:25: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.h:385:28: required from 'void SymEngine::BasicToMPolyBase::bvisit(const SymEngine::Pow&) [with P = SymEngine::MExprPoly; V = SymEngine::BasicToMExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:29:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Pow&) [with Derived = SymEngine::BasicToMExprPoly; Base = SymEngine::Visitor]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:29:1: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 41%] Building CXX object symengine/CMakeFiles/symengine.dir/polys/msymenginepoly.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/msymenginepoly.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/msymenginepoly.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/msymenginepoly.h:6: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 42%] Building CXX object symengine/CMakeFiles/symengine.dir/polys/uexprpoly.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 43%] Building CXX object symengine/CMakeFiles/symengine.dir/polys/uintpoly.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UIntDict; BaseType = SymEngine::UIntPolyBase; Poly = SymEngine::UIntPoly; typename BaseType::coef_type = SymEngine::mpz_wrapper; typename Container::key_type = unsigned int; typename M::key_type = unsigned int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:496:43: required from 'static SymEngine::RCP SymEngine::UNonExprPoly::from_dict(const SymEngine::RCP&, std::map&&) [with Container = SymEngine::UIntDict; Poly = SymEngine::UIntPoly; Cf = SymEngine::mpz_wrapper]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly.cpp:55:35: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 44%] Building CXX object symengine/CMakeFiles/symengine.dir/polys/uratpoly.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uratpoly.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uratpoly.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::URatDict; BaseType = SymEngine::URatPolyBase; Poly = SymEngine::URatPoly; typename BaseType::coef_type = SymEngine::mpq_wrapper; typename Container::key_type = unsigned int; typename M::key_type = unsigned int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:496:43: required from 'static SymEngine::RCP SymEngine::UNonExprPoly::from_dict(const SymEngine::RCP&, std::map&&) [with Container = SymEngine::URatDict; Poly = SymEngine::URatPoly; Cf = SymEngine::mpq_wrapper]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uratpoly.cpp:52:35: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 45%] Building CXX object symengine/CMakeFiles/symengine.dir/pow.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.cpp:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 46%] Building CXX object symengine/CMakeFiles/symengine.dir/prime_sieve.cpp.o [ 47%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/codegen.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:8:39: warning: unused parameter 'x' [-Wunused-parameter] 8 | void CodePrinter::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Complex&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:12:41: warning: unused parameter 'x' [-Wunused-parameter] 12 | void CodePrinter::bvisit(const Complex &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:82:39: warning: unused parameter 'x' [-Wunused-parameter] 82 | void CodePrinter::bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:86:43: warning: unused parameter 'x' [-Wunused-parameter] 86 | void CodePrinter::bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:90:42: warning: unused parameter 'x' [-Wunused-parameter] 90 | void CodePrinter::bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:94:42: warning: unused parameter 'x' [-Wunused-parameter] 94 | void CodePrinter::bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::FiniteSet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:98:43: warning: unused parameter 'x' [-Wunused-parameter] 98 | void CodePrinter::bvisit(const FiniteSet &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::UniversalSet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:102:46: warning: unused parameter 'x' [-Wunused-parameter] 102 | void CodePrinter::bvisit(const UniversalSet &x) | ~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:174:37: warning: unused parameter 'x' [-Wunused-parameter] 174 | void CodePrinter::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::UnivariateSeries&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:204:50: warning: unused parameter 'x' [-Wunused-parameter] 204 | void CodePrinter::bvisit(const UnivariateSeries &x) | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Derivative&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:208:44: warning: unused parameter 'x' [-Wunused-parameter] 208 | void CodePrinter::bvisit(const Derivative &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::Subs&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:212:38: warning: unused parameter 'x' [-Wunused-parameter] 212 | void CodePrinter::bvisit(const Subs &x) | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp: In member function 'void SymEngine::CodePrinter::bvisit(const SymEngine::GaloisField&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/codegen.cpp:216:45: warning: unused parameter 'x' [-Wunused-parameter] 216 | void CodePrinter::bvisit(const GaloisField &x) | ~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 48%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/mathml.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp:27:41: warning: unused parameter 'x' [-Wunused-parameter] 27 | void MathMLPrinter::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp:104:44: warning: unused parameter 'x' [-Wunused-parameter] 104 | void MathMLPrinter::bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::Complexes&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp:109:45: warning: unused parameter 'x' [-Wunused-parameter] 109 | void MathMLPrinter::bvisit(const Complexes &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp:114:41: warning: unused parameter 'x' [-Wunused-parameter] 114 | void MathMLPrinter::bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp:119:45: warning: unused parameter 'x' [-Wunused-parameter] 119 | void MathMLPrinter::bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp: In member function 'void SymEngine::MathMLPrinter::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/mathml.cpp:124:44: warning: unused parameter 'x' [-Wunused-parameter] 124 | void MathMLPrinter::bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 50%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/sbml.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/sbml.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/sbml.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/sbml.cpp: In member function 'void SymEngine::SbmlPrinter::bvisit(const SymEngine::Infty&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/sbml.cpp:116:39: warning: unused parameter 'x' [-Wunused-parameter] 116 | void SbmlPrinter::bvisit(const Infty &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 51%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/strprinter.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Add&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:28:36: warning: unused parameter 'x' [-Wunused-parameter] 28 | void Precedence::bvisit(const Add &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Mul&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:33:36: warning: unused parameter 'x' [-Wunused-parameter] 33 | void Precedence::bvisit(const Mul &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:38:43: warning: unused parameter 'x' [-Wunused-parameter] 38 | void Precedence::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Pow&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:43:36: warning: unused parameter 'x' [-Wunused-parameter] 43 | void Precedence::bvisit(const Pow &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::GaloisField&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:48:44: warning: unused parameter 'x' [-Wunused-parameter] 48 | void Precedence::bvisit(const GaloisField &x) | ~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:54:41: warning: unused parameter 'x' [-Wunused-parameter] 54 | void Precedence::bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::ComplexDouble&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:101:46: warning: unused parameter 'x' [-Wunused-parameter] 101 | void Precedence::bvisit(const ComplexDouble &x) | ~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::Precedence::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:122:38: warning: unused parameter 'x' [-Wunused-parameter] 122 | void Precedence::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:158:36: warning: unused parameter 'x' [-Wunused-parameter] 158 | void StrPrinter::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Complexes&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:373:42: warning: unused parameter 'x' [-Wunused-parameter] 373 | void StrPrinter::bvisit(const Complexes &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:378:38: warning: unused parameter 'x' [-Wunused-parameter] 378 | void StrPrinter::bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:383:42: warning: unused parameter 'x' [-Wunused-parameter] 383 | void StrPrinter::bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:388:41: warning: unused parameter 'x' [-Wunused-parameter] 388 | void StrPrinter::bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:393:41: warning: unused parameter 'x' [-Wunused-parameter] 393 | void StrPrinter::bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:398:42: warning: unused parameter 'x' [-Wunused-parameter] 398 | void StrPrinter::bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:403:41: warning: unused parameter 'x' [-Wunused-parameter] 403 | void StrPrinter::bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::UniversalSet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:445:45: warning: unused parameter 'x' [-Wunused-parameter] 445 | void StrPrinter::bvisit(const UniversalSet &x) | ~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:1030:47: warning: unused parameter 'x' [-Wunused-parameter] 1030 | void StrPrinter::bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::StrPrinter::bvisit(const SymEngine::ZeroMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:1035:43: warning: unused parameter 'x' [-Wunused-parameter] 1035 | void StrPrinter::bvisit(const ZeroMatrix &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp: In member function 'void SymEngine::JuliaStrPrinter::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:1167:41: warning: unused parameter 'x' [-Wunused-parameter] 1167 | void JuliaStrPrinter::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'std::string SymEngine::typeName(const T&) [with T = Basic; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.cpp:136:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:253:31: warning: unused parameter 't' [-Wunused-parameter] 253 | std::string typeName(const T &t) | ~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 52%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/latex.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp:131:38: warning: unused parameter 'x' [-Wunused-parameter] 131 | void LatexPrinter::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp:426:43: warning: unused parameter 'x' [-Wunused-parameter] 426 | void LatexPrinter::bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Complexes&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp:431:44: warning: unused parameter 'x' [-Wunused-parameter] 431 | void LatexPrinter::bvisit(const Complexes &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp:436:40: warning: unused parameter 'x' [-Wunused-parameter] 436 | void LatexPrinter::bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp:441:44: warning: unused parameter 'x' [-Wunused-parameter] 441 | void LatexPrinter::bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp:446:43: warning: unused parameter 'x' [-Wunused-parameter] 446 | void LatexPrinter::bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp:451:43: warning: unused parameter 'x' [-Wunused-parameter] 451 | void LatexPrinter::bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'void SymEngine::LatexPrinter::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp:456:44: warning: unused parameter 'x' [-Wunused-parameter] 456 | void LatexPrinter::bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp: In member function 'virtual std::string SymEngine::LatexPrinter::print_div(const std::string&, const std::string&, bool)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/latex.cpp:583:66: warning: unused parameter 'paren' [-Wunused-parameter] 583 | const std::string &den, bool paren) | ~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 53%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/unicode.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/strprinter.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:46:40: warning: unused parameter 'x' [-Wunused-parameter] 46 | void UnicodePrinter::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Complexes&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:277:46: warning: unused parameter 'x' [-Wunused-parameter] 277 | void UnicodePrinter::bvisit(const Complexes &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:282:42: warning: unused parameter 'x' [-Wunused-parameter] 282 | void UnicodePrinter::bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:287:46: warning: unused parameter 'x' [-Wunused-parameter] 287 | void UnicodePrinter::bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:292:45: warning: unused parameter 'x' [-Wunused-parameter] 292 | void UnicodePrinter::bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:297:45: warning: unused parameter 'x' [-Wunused-parameter] 297 | void UnicodePrinter::bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:302:46: warning: unused parameter 'x' [-Wunused-parameter] 302 | void UnicodePrinter::bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:307:45: warning: unused parameter 'x' [-Wunused-parameter] 307 | void UnicodePrinter::bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp: In member function 'void SymEngine::UnicodePrinter::bvisit(const SymEngine::UniversalSet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:312:49: warning: unused parameter 'x' [-Wunused-parameter] 312 | void UnicodePrinter::bvisit(const UniversalSet &x) | ~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'std::string SymEngine::typeName(const T&) [with T = Basic; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers/unicode.cpp:25:36: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:253:31: warning: unused parameter 't' [-Wunused-parameter] 253 | std::string typeName(const T &t) | ~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 54%] Building CXX object symengine/CMakeFiles/symengine.dir/printers/stringbox.cpp.o [ 55%] Building CXX object symengine/CMakeFiles/symengine.dir/rational.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.cpp:200:24: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 56%] Building CXX object symengine/CMakeFiles/symengine.dir/real_double.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.cpp:6: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateComplexDouble::gamma(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.cpp:286:41: warning: unused parameter 'x' [-Wunused-parameter] 286 | RCP gamma(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateComplexDouble::erf(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.cpp:363:39: warning: unused parameter 'x' [-Wunused-parameter] 363 | RCP erf(const Basic &x) const override | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.cpp: In member function 'virtual SymEngine::RCP SymEngine::EvaluateComplexDouble::erfc(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.cpp:368:40: warning: unused parameter 'x' [-Wunused-parameter] 368 | RCP erfc(const Basic &x) const override | ~~~~~~~~~~~~~^ [ 57%] Building CXX object symengine/CMakeFiles/symengine.dir/rewrite.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rewrite.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 58%] Building CXX object symengine/CMakeFiles/symengine.dir/rings.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rings.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rings.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 59%] Building CXX object symengine/CMakeFiles/symengine.dir/series.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series.cpp:7: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h: In member function 'void SymEngine::NeedsSymbolicExpansionVisitor::bvisit(const SymEngine::LambertW&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h:338:33: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const LambertW &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h: In member function 'void SymEngine::NeedsSymbolicExpansionVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h:344:30: warning: unused parameter 'x' [-Wunused-parameter] 344 | void bvisit(const Basic &x) {} | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series.cpp: In function 'SymEngine::RCP SymEngine::series_invfunc(const RCP&, const RCP&, unsigned int)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series.cpp:62:72: warning: unused parameter 'ex' [-Wunused-parameter] 62 | RCP series_invfunc(const RCP &ex, | ~~~~~~~~~~~~~~~~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series.cpp:63:73: warning: unused parameter 'var' [-Wunused-parameter] 63 | const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series.cpp:64:61: warning: unused parameter 'prec' [-Wunused-parameter] 64 | unsigned int prec) | ~~~~~~~~~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Symbol]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h:291:7: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 60%] Building CXX object symengine/CMakeFiles/symengine.dir/series_generic.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_generic.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h: In member function 'void SymEngine::NeedsSymbolicExpansionVisitor::bvisit(const SymEngine::LambertW&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h:338:33: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const LambertW &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h: In member function 'void SymEngine::NeedsSymbolicExpansionVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_visitor.h:344:30: warning: unused parameter 'x' [-Wunused-parameter] 344 | void bvisit(const Basic &x) {} | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_generic.cpp: In static member function 'static SymEngine::UExprDict SymEngine::UnivariateSeries::var(const std::string&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_generic.cpp:64:52: warning: unused parameter 's' [-Wunused-parameter] 64 | UExprDict UnivariateSeries::var(const std::string &s) | ~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_generic.cpp: In static member function 'static SymEngine::Expression SymEngine::UnivariateSeries::find_cf(const SymEngine::UExprDict&, const SymEngine::UExprDict&, int)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_generic.cpp:128:75: warning: unused parameter 'var' [-Wunused-parameter] 128 | Expression UnivariateSeries::find_cf(const UExprDict &s, const UExprDict &var, | ~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_generic.cpp: In static member function 'static SymEngine::UExprDict SymEngine::UnivariateSeries::integrate(const SymEngine::UExprDict&, const SymEngine::UExprDict&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_generic.cpp:156:76: warning: unused parameter 'var' [-Wunused-parameter] 156 | UExprDict UnivariateSeries::integrate(const UExprDict &s, const UExprDict &var) | ~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_generic.cpp: In static member function 'static SymEngine::UExprDict SymEngine::UnivariateSeries::subs(const SymEngine::UExprDict&, const SymEngine::UExprDict&, const SymEngine::UExprDict&, unsigned int)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/series_generic.cpp:171:71: warning: unused parameter 'var' [-Wunused-parameter] 171 | UExprDict UnivariateSeries::subs(const UExprDict &s, const UExprDict &var, | ~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 61%] Building CXX object symengine/CMakeFiles/symengine.dir/sets.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In static member function 'static bool SymEngine::Interval::is_canonical(const SymEngine::RCP&, const SymEngine::RCP&, bool, bool)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:20:62: warning: unused parameter 'left_open' [-Wunused-parameter] 20 | const RCP &e, bool left_open, | ~~~~~^~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:21:34: warning: unused parameter 'right_open' [-Wunused-parameter] 21 | bool right_open) | ~~~~~^~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Complexes::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:345:37: warning: unused parameter 'o' [-Wunused-parameter] 345 | int Complexes::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Reals::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:425:33: warning: unused parameter 'o' [-Wunused-parameter] 425 | int Reals::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Rationals::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:501:37: warning: unused parameter 'o' [-Wunused-parameter] 501 | int Rationals::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Integers::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:589:36: warning: unused parameter 'o' [-Wunused-parameter] 589 | int Integers::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Naturals::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:675:36: warning: unused parameter 'o' [-Wunused-parameter] 675 | int Naturals::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::Naturals0::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:758:37: warning: unused parameter 'o' [-Wunused-parameter] 758 | int Naturals0::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::set_intersection(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:770:65: warning: unused parameter 'o' [-Wunused-parameter] 770 | RCP EmptySet::set_intersection(const RCP &o) const | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::EmptySet::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:798:36: warning: unused parameter 'o' [-Wunused-parameter] 798 | int EmptySet::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::set_union(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:815:62: warning: unused parameter 'o' [-Wunused-parameter] 815 | RCP UniversalSet::set_union(const RCP &o) const | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::set_complement(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:820:67: warning: unused parameter 'o' [-Wunused-parameter] 820 | RCP UniversalSet::set_complement(const RCP &o) const | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual int SymEngine::UniversalSet::compare(const SymEngine::Basic&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:838:40: warning: unused parameter 'o' [-Wunused-parameter] 838 | int UniversalSet::compare(const Basic &o) const | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp: In member function 'virtual SymEngine::RCP SymEngine::ImageSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:1578:63: warning: unused parameter 'a' [-Wunused-parameter] 1578 | RCP ImageSet::contains(const RCP &a) const | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:135:27: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.cpp:137:26: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 63%] Building CXX object symengine/CMakeFiles/symengine.dir/set_funcs.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:18:30: warning: unused parameter 'x' [-Wunused-parameter] 18 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:20:28: warning: unused parameter 'x' [-Wunused-parameter] 20 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:26:30: warning: unused parameter 'x' [-Wunused-parameter] 26 | void bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:31:34: warning: unused parameter 'x' [-Wunused-parameter] 31 | void bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:36:33: warning: unused parameter 'x' [-Wunused-parameter] 36 | void bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:41:33: warning: unused parameter 'x' [-Wunused-parameter] 41 | void bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:46:34: warning: unused parameter 'x' [-Wunused-parameter] 46 | void bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::Complement&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:73:35: warning: unused parameter 'x' [-Wunused-parameter] 73 | void bvisit(const Complement &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::SupVisitor::bvisit(const SymEngine::ImageSet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:78:33: warning: unused parameter 'x' [-Wunused-parameter] 78 | void bvisit(const ImageSet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:98:30: warning: unused parameter 'x' [-Wunused-parameter] 98 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:100:28: warning: unused parameter 'x' [-Wunused-parameter] 100 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:106:30: warning: unused parameter 'x' [-Wunused-parameter] 106 | void bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:111:34: warning: unused parameter 'x' [-Wunused-parameter] 111 | void bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:116:33: warning: unused parameter 'x' [-Wunused-parameter] 116 | void bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:121:33: warning: unused parameter 'x' [-Wunused-parameter] 121 | void bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:126:34: warning: unused parameter 'x' [-Wunused-parameter] 126 | void bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::Complement&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:153:35: warning: unused parameter 'x' [-Wunused-parameter] 153 | void bvisit(const Complement &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::InfVisitor::bvisit(const SymEngine::ImageSet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:158:33: warning: unused parameter 'x' [-Wunused-parameter] 158 | void bvisit(const ImageSet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:190:30: warning: unused parameter 'x' [-Wunused-parameter] 190 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::EmptySet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:192:33: warning: unused parameter 'x' [-Wunused-parameter] 192 | void bvisit(const EmptySet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::UniversalSet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:197:37: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const UniversalSet &x) | ~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Complexes&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:202:34: warning: unused parameter 'x' [-Wunused-parameter] 202 | void bvisit(const Complexes &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Reals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:207:30: warning: unused parameter 'x' [-Wunused-parameter] 207 | void bvisit(const Reals &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Rationals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:212:34: warning: unused parameter 'x' [-Wunused-parameter] 212 | void bvisit(const Rationals &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Integers&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:217:33: warning: unused parameter 'x' [-Wunused-parameter] 217 | void bvisit(const Integers &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Naturals&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:222:33: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Naturals &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Naturals0&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:227:34: warning: unused parameter 'x' [-Wunused-parameter] 227 | void bvisit(const Naturals0 &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::Complement&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:260:35: warning: unused parameter 'x' [-Wunused-parameter] 260 | void bvisit(const Complement &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp: In member function 'void SymEngine::BoundaryVisitor::bvisit(const SymEngine::ImageSet&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:265:33: warning: unused parameter 'x' [-Wunused-parameter] 265 | void bvisit(const ImageSet &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Set]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/set_funcs.cpp:188:23: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 64%] Building CXX object symengine/CMakeFiles/symengine.dir/solve.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.h: In member function 'void SymEngine::BasicToMIntPoly::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.h:489:33: warning: unused parameter 'x' [-Wunused-parameter] 489 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.cpp:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/as_real_imag.cpp: In member function 'void SymEngine::RealImagVisitor::bvisit(const SymEngine::Function&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/as_real_imag.cpp:263:33: warning: unused parameter 'x' [-Wunused-parameter] 263 | void bvisit(const Function &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/as_real_imag.cpp: In member function 'void SymEngine::RealImagVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/as_real_imag.cpp:269:31: warning: unused parameter 'x' [-Wunused-parameter] 269 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.cpp: In member function 'void SymEngine::IsALinearArgTrigVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.cpp:323:30: warning: unused parameter 'x' [-Wunused-parameter] 323 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.cpp: In member function 'void SymEngine::InvertComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.cpp:373:30: warning: unused parameter 'x' [-Wunused-parameter] 373 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.cpp: In function 'SymEngine::vec_basic SymEngine::linsolve(const DenseMatrix&, const vec_sym&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.cpp:571:62: warning: unused parameter 'syms' [-Wunused-parameter] 571 | vec_basic linsolve(const DenseMatrix &system, const vec_sym &syms) | ~~~~~~~~~~~~~~~^~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/as_real_imag.cpp:73:56: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Set]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.cpp:369:54: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/solve.h:13: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.h:385:28: required from 'void SymEngine::BasicToMPolyBase::bvisit(const SymEngine::Pow&) [with P = SymEngine::MExprPoly; V = SymEngine::BasicToMExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:29:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Pow&) [with Derived = SymEngine::BasicToMExprPoly; Base = SymEngine::Visitor]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:29:1: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 65%] Building CXX object symengine/CMakeFiles/symengine.dir/sparse_matrix.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::inv(SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:185:33: warning: unused parameter 'result' [-Wunused-parameter] 185 | void CSRMatrix::inv(MatrixBase &result) const | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::add_matrix(const SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:190:46: warning: unused parameter 'other' [-Wunused-parameter] 190 | void CSRMatrix::add_matrix(const MatrixBase &other, MatrixBase &result) const | ~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:190:65: warning: unused parameter 'result' [-Wunused-parameter] 190 | void CSRMatrix::add_matrix(const MatrixBase &other, MatrixBase &result) const | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::mul_matrix(const SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:195:46: warning: unused parameter 'other' [-Wunused-parameter] 195 | void CSRMatrix::mul_matrix(const MatrixBase &other, MatrixBase &result) const | ~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:195:65: warning: unused parameter 'result' [-Wunused-parameter] 195 | void CSRMatrix::mul_matrix(const MatrixBase &other, MatrixBase &result) const | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::add_scalar(const SymEngine::RCP&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:211:52: warning: unused parameter 'k' [-Wunused-parameter] 211 | void CSRMatrix::add_scalar(const RCP &k, MatrixBase &result) const | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:211:67: warning: unused parameter 'result' [-Wunused-parameter] 211 | void CSRMatrix::add_scalar(const RCP &k, MatrixBase &result) const | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::mul_scalar(const SymEngine::RCP&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:217:52: warning: unused parameter 'k' [-Wunused-parameter] 217 | void CSRMatrix::mul_scalar(const RCP &k, MatrixBase &result) const | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:217:67: warning: unused parameter 'result' [-Wunused-parameter] 217 | void CSRMatrix::mul_scalar(const RCP &k, MatrixBase &result) const | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::submatrix(SymEngine::MatrixBase&, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:287:39: warning: unused parameter 'result' [-Wunused-parameter] 287 | void CSRMatrix::submatrix(MatrixBase &result, unsigned row_start, | ~~~~~~~~~~~~^~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:287:56: warning: unused parameter 'row_start' [-Wunused-parameter] 287 | void CSRMatrix::submatrix(MatrixBase &result, unsigned row_start, | ~~~~~~~~~^~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:288:36: warning: unused parameter 'col_start' [-Wunused-parameter] 288 | unsigned col_start, unsigned row_end, | ~~~~~~~~~^~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:288:56: warning: unused parameter 'row_end' [-Wunused-parameter] 288 | unsigned col_start, unsigned row_end, | ~~~~~~~~~^~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:289:36: warning: unused parameter 'col_end' [-Wunused-parameter] 289 | unsigned col_end, unsigned row_step, | ~~~~~~~~~^~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:289:54: warning: unused parameter 'row_step' [-Wunused-parameter] 289 | unsigned col_end, unsigned row_step, | ~~~~~~~~~^~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:290:36: warning: unused parameter 'col_step' [-Wunused-parameter] 290 | unsigned col_step) const | ~~~~~~~~~^~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::LU(SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:296:32: warning: unused parameter 'L' [-Wunused-parameter] 296 | void CSRMatrix::LU(MatrixBase &L, MatrixBase &U) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:296:47: warning: unused parameter 'U' [-Wunused-parameter] 296 | void CSRMatrix::LU(MatrixBase &L, MatrixBase &U) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::LDL(SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:302:33: warning: unused parameter 'L' [-Wunused-parameter] 302 | void CSRMatrix::LDL(MatrixBase &L, MatrixBase &D) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:302:48: warning: unused parameter 'D' [-Wunused-parameter] 302 | void CSRMatrix::LDL(MatrixBase &L, MatrixBase &D) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::LU_solve(const SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:308:44: warning: unused parameter 'b' [-Wunused-parameter] 308 | void CSRMatrix::LU_solve(const MatrixBase &b, MatrixBase &x) const | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:308:59: warning: unused parameter 'x' [-Wunused-parameter] 308 | void CSRMatrix::LU_solve(const MatrixBase &b, MatrixBase &x) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::FFLU(SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:314:34: warning: unused parameter 'LU' [-Wunused-parameter] 314 | void CSRMatrix::FFLU(MatrixBase &LU) const | ~~~~~~~~~~~~^~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::FFLDU(SymEngine::MatrixBase&, SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:320:35: warning: unused parameter 'L' [-Wunused-parameter] 320 | void CSRMatrix::FFLDU(MatrixBase &L, MatrixBase &D, MatrixBase &U) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:320:50: warning: unused parameter 'D' [-Wunused-parameter] 320 | void CSRMatrix::FFLDU(MatrixBase &L, MatrixBase &D, MatrixBase &U) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:320:65: warning: unused parameter 'U' [-Wunused-parameter] 320 | void CSRMatrix::FFLDU(MatrixBase &L, MatrixBase &D, MatrixBase &U) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::QR(SymEngine::MatrixBase&, SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:326:32: warning: unused parameter 'Q' [-Wunused-parameter] 326 | void CSRMatrix::QR(MatrixBase &Q, MatrixBase &R) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:326:47: warning: unused parameter 'R' [-Wunused-parameter] 326 | void CSRMatrix::QR(MatrixBase &Q, MatrixBase &R) const | ~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp: In member function 'virtual void SymEngine::CSRMatrix::cholesky(SymEngine::MatrixBase&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sparse_matrix.cpp:332:38: warning: unused parameter 'L' [-Wunused-parameter] 332 | void CSRMatrix::cholesky(MatrixBase &L) const | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 66%] Building CXX object symengine/CMakeFiles/symengine.dir/symbol.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symbol.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 67%] Building CXX object symengine/CMakeFiles/symengine.dir/symengine_rcp.cpp.o [ 68%] Building CXX object symengine/CMakeFiles/symengine.dir/visitor.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.h: In member function 'void SymEngine::BasicToMIntPoly::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.h:489:33: warning: unused parameter 'x' [-Wunused-parameter] 489 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.cpp: In member function 'void SymEngine::CountOpsVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.cpp:289:44: warning: unused parameter 'x' [-Wunused-parameter] 289 | void CountOpsVisitor::bvisit(const Number &x) {} | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.cpp: In member function 'void SymEngine::CountOpsVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.cpp:302:44: warning: unused parameter 'x' [-Wunused-parameter] 302 | void CountOpsVisitor::bvisit(const Symbol &x) {} | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.cpp: In member function 'void SymEngine::CountOpsVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.cpp:304:46: warning: unused parameter 'x' [-Wunused-parameter] 304 | void CountOpsVisitor::bvisit(const Constant &x) {} | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Integer]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/basic_conversions.h:385:28: required from 'void SymEngine::BasicToMPolyBase::bvisit(const SymEngine::Pow&) [with P = SymEngine::MExprPoly; V = SymEngine::BasicToMExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:29:1: required from 'void SymEngine::BaseVisitor::visit(const SymEngine::Pow&) [with Derived = SymEngine::BasicToMExprPoly; Base = SymEngine::Visitor]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/type_codes.inc:29:1: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 69%] Building CXX object symengine/CMakeFiles/symengine.dir/test_visitors.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::ZeroVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:12:39: warning: unused parameter 'x' [-Wunused-parameter] 12 | void ZeroVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::ZeroVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:17:37: warning: unused parameter 'x' [-Wunused-parameter] 17 | void ZeroVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::ZeroVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:22:44: warning: unused parameter 'x' [-Wunused-parameter] 22 | void ZeroVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::ZeroVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:27:41: warning: unused parameter 'x' [-Wunused-parameter] 27 | void ZeroVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::ZeroVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:32:42: warning: unused parameter 'x' [-Wunused-parameter] 32 | void ZeroVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::PositiveVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:99:46: warning: unused parameter 'x' [-Wunused-parameter] 99 | void PositiveVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::PositiveVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:104:43: warning: unused parameter 'x' [-Wunused-parameter] 104 | void PositiveVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::PositiveVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:109:41: warning: unused parameter 'x' [-Wunused-parameter] 109 | void PositiveVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::PositiveVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:114:48: warning: unused parameter 'x' [-Wunused-parameter] 114 | void PositiveVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::PositiveVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:119:45: warning: unused parameter 'x' [-Wunused-parameter] 119 | void PositiveVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonPositiveVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:206:49: warning: unused parameter 'x' [-Wunused-parameter] 206 | void NonPositiveVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonPositiveVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:211:46: warning: unused parameter 'x' [-Wunused-parameter] 211 | void NonPositiveVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonPositiveVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:216:44: warning: unused parameter 'x' [-Wunused-parameter] 216 | void NonPositiveVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonPositiveVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:221:51: warning: unused parameter 'x' [-Wunused-parameter] 221 | void NonPositiveVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonPositiveVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:226:48: warning: unused parameter 'x' [-Wunused-parameter] 226 | void NonPositiveVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NegativeVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:268:43: warning: unused parameter 'x' [-Wunused-parameter] 268 | void NegativeVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NegativeVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:273:41: warning: unused parameter 'x' [-Wunused-parameter] 273 | void NegativeVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NegativeVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:278:48: warning: unused parameter 'x' [-Wunused-parameter] 278 | void NegativeVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NegativeVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:283:45: warning: unused parameter 'x' [-Wunused-parameter] 283 | void NegativeVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NegativeVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:288:46: warning: unused parameter 'x' [-Wunused-parameter] 288 | void NegativeVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonNegativeVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:330:46: warning: unused parameter 'x' [-Wunused-parameter] 330 | void NonNegativeVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonNegativeVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:335:44: warning: unused parameter 'x' [-Wunused-parameter] 335 | void NonNegativeVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonNegativeVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:340:51: warning: unused parameter 'x' [-Wunused-parameter] 340 | void NonNegativeVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonNegativeVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:345:48: warning: unused parameter 'x' [-Wunused-parameter] 345 | void NonNegativeVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::NonNegativeVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:350:49: warning: unused parameter 'x' [-Wunused-parameter] 350 | void NonNegativeVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:876:41: warning: unused parameter 'x' [-Wunused-parameter] 876 | void FiniteVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:890:42: warning: unused parameter 'x' [-Wunused-parameter] 890 | void FiniteVisitor::bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Infty&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:895:41: warning: unused parameter 'x' [-Wunused-parameter] 895 | void FiniteVisitor::bvisit(const Infty &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::NaN&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:900:39: warning: unused parameter 'x' [-Wunused-parameter] 900 | void FiniteVisitor::bvisit(const NaN &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:905:39: warning: unused parameter 'x' [-Wunused-parameter] 905 | void FiniteVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:910:46: warning: unused parameter 'x' [-Wunused-parameter] 910 | void FiniteVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:915:43: warning: unused parameter 'x' [-Wunused-parameter] 915 | void FiniteVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::FiniteVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:920:44: warning: unused parameter 'x' [-Wunused-parameter] 920 | void FiniteVisitor::bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:960:44: warning: unused parameter 'x' [-Wunused-parameter] 960 | void AlgebraicVisitor::bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:965:42: warning: unused parameter 'x' [-Wunused-parameter] 965 | void AlgebraicVisitor::bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:970:49: warning: unused parameter 'x' [-Wunused-parameter] 970 | void AlgebraicVisitor::bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:975:46: warning: unused parameter 'x' [-Wunused-parameter] 975 | void AlgebraicVisitor::bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:1026:46: warning: unused parameter 'x' [-Wunused-parameter] 1026 | void AlgebraicVisitor::bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp: In member function 'void SymEngine::AlgebraicVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:1031:47: warning: unused parameter 'x' [-Wunused-parameter] 1031 | void AlgebraicVisitor::bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Number]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.cpp:641:23: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 70%] Building CXX object symengine/CMakeFiles/symengine.dir/assumptions.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/assumptions.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/logic.h:10: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1818:2: required from 'std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>) [with _Args1 = {const SymEngine::RCP&}; long unsigned int ..._Indexes1 = {0}; _Args2 = {}; long unsigned int ..._Indexes2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/tuple:1807:63: required from 'std::pair<_T1, _T2>::pair(std::piecewise_construct_t, std::tuple<_Args1 ...>, std::tuple<_Args2 ...>) [with _Args1 = {const SymEngine::RCP&}; _Args2 = {}; _T1 = const SymEngine::RCP; _T2 = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/new_allocator.h:175:4: required from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/alloc_traits.h:516:17: required from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::pair, SymEngine::RCP >; _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Tp = std::_Rb_tree_node, SymEngine::RCP > >; allocator_type = std::allocator, SymEngine::RCP > > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:595:32: required from 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_construct_node(_Link_type, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:612:21: required from 'std::_Rb_tree_node<_Val>* std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_create_node(_Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; _Link_type = std::_Rb_tree_node, SymEngine::RCP > >*]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:1636:32: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Auto_node::_Auto_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_tree.h:2461:13: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple&>, std::tuple<>}; _Key = SymEngine::RCP; _Val = std::pair, SymEngine::RCP >; _KeyOfValue = std::_Select1st, SymEngine::RCP > >; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::iterator; const_iterator = std::_Rb_tree, std::pair, SymEngine::RCP >, std::_Select1st, SymEngine::RCP > >, SymEngine::RCPBasicKeyLess, std::allocator, SymEngine::RCP > > >::const_iterator]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_map.h:511:37: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = SymEngine::RCP; _Tp = SymEngine::RCP; _Compare = SymEngine::RCPBasicKeyLess; _Alloc = std::allocator, SymEngine::RCP > >; mapped_type = SymEngine::RCP; key_type = SymEngine::RCP]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:651:18: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ [ 71%] Building CXX object symengine/CMakeFiles/symengine.dir/refine.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/refine.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/refine.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 72%] Building CXX object symengine/CMakeFiles/symengine.dir/simplify.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/simplify.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/simplify.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 73%] Building CXX object symengine/CMakeFiles/symengine.dir/tuple.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/tuple.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/tuple.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/tuple.cpp: In static member function 'static bool SymEngine::Tuple::is_canonical(const SymEngine::vec_basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/tuple.cpp:13:43: warning: unused parameter 'container' [-Wunused-parameter] 13 | bool Tuple::is_canonical(const vec_basic &container) | ~~~~~~~~~~~~~~~~~^~~~~~~~~ [ 75%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/identity_matrix.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/identity_matrix.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/identity_matrix.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/identity_matrix.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 76%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/matrix_symbol.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_symbol.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_symbol.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ [ 77%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/zero_matrix.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/zero_matrix.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/zero_matrix.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 78%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/diagonal_matrix.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/diagonal_matrix.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/diagonal_matrix.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/diagonal_matrix.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 79%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/immutable_dense_matrix.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/immutable_dense_matrix.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/immutable_dense_matrix.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/immutable_dense_matrix.h:6: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ [ 80%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/matrix_add.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/add.h:17, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_add.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/immutable_dense_matrix.h:6, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_add.cpp:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::DiagonalMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_add.cpp:106:31: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ImmutableDenseMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_add.cpp:107:37: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ZeroMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_add.cpp:108:27: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_construct.h:119:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = SymEngine::RCP; _Args = {}]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:638:18: required from 'static _ForwardIterator std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; bool _TrivialValueType = false]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:701:20: required from '_ForwardIterator std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:766:44: required from '_ForwardIterator std::__uninitialized_default_n_a(_ForwardIterator, _Size, allocator<_Tp>&) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; _Tp = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:1713:36: required from 'void std::vector<_Tp, _Alloc>::_M_default_initialize(size_type) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:553:9: required from 'std::vector<_Tp, _Alloc>::vector(size_type, const allocator_type&) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int; allocator_type = std::allocator >]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_add.cpp:133:42: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 81%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/hadamard_product.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mul.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/hadamard_product.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/immutable_dense_matrix.h:6, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/hadamard_product.cpp:5: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::DiagonalMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/hadamard_product.cpp:87:31: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ImmutableDenseMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/hadamard_product.cpp:88:37: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_construct.h:119:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = SymEngine::RCP; _Args = {}]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:638:18: required from 'static _ForwardIterator std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; bool _TrivialValueType = false]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:701:20: required from '_ForwardIterator std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:766:44: required from '_ForwardIterator std::__uninitialized_default_n_a(_ForwardIterator, _Size, allocator<_Tp>&) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; _Tp = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:1713:36: required from 'void std::vector<_Tp, _Alloc>::_M_default_initialize(size_type) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:553:9: required from 'std::vector<_Tp, _Alloc>::vector(size_type, const allocator_type&) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int; allocator_type = std::allocator >]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/hadamard_product.cpp:119:46: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 82%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/matrix_mul.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mul.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::DiagonalMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:206:31: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::ImmutableDenseMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:207:37: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::IdentityMatrix]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:208:31: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_construct.h:119:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = SymEngine::RCP; _Args = {}]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:638:18: required from 'static _ForwardIterator std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; bool _TrivialValueType = false]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:701:20: required from '_ForwardIterator std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_uninitialized.h:766:44: required from '_ForwardIterator std::__uninitialized_default_n_a(_ForwardIterator, _Size, allocator<_Tp>&) [with _ForwardIterator = SymEngine::RCP*; _Size = long unsigned int; _Tp = SymEngine::RCP]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:1713:36: required from 'void std::vector<_Tp, _Alloc>::_M_default_initialize(size_type) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int]' /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:553:9: required from 'std::vector<_Tp, _Alloc>::vector(size_type, const allocator_type&) [with _Tp = SymEngine::RCP; _Alloc = std::allocator >; size_type = long unsigned int; allocator_type = std::allocator >]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/matrix_mul.cpp:87:34: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] [ 83%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/conjugate_matrix.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/conjugate_matrix.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/conjugate_matrix.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/conjugate_matrix.cpp: In member function 'void SymEngine::ConjugateMatrixVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/conjugate_matrix.cpp:55:30: warning: unused parameter 'x' [-Wunused-parameter] 55 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MatrixExpr]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/conjugate_matrix.cpp:53:30: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 84%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/transpose.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/transpose.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/transpose.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/transpose.cpp: In member function 'void SymEngine::TransposeVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/transpose.cpp:53:30: warning: unused parameter 'x' [-Wunused-parameter] 53 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::MatrixExpr]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/transpose.cpp:51:24: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 85%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/trace.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/trace.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/trace.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/trace.cpp: In member function 'void SymEngine::MatrixTraceVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/trace.cpp:46:30: warning: unused parameter 'x' [-Wunused-parameter] 46 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 86%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/size.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/size.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/size.cpp:2: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/size.cpp: In member function 'void SymEngine::MatrixSizeVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/size.cpp:51:30: warning: unused parameter 'x' [-Wunused-parameter] 51 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/size.cpp: In member function 'void SymEngine::MatrixSizeVisitor::bvisit(const SymEngine::MatrixSymbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/size.cpp:69:37: warning: unused parameter 'x' [-Wunused-parameter] 69 | void bvisit(const MatrixSymbol &x) | ~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 88%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_zero.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp: In member function 'void SymEngine::MatrixZeroVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp: In member function 'void SymEngine::MatrixZeroVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp: In member function 'void SymEngine::MatrixZeroVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp: In member function 'void SymEngine::MatrixZeroVisitor::bvisit(const SymEngine::ZeroMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp:32:35: warning: unused parameter 'x' [-Wunused-parameter] 32 | void bvisit(const ZeroMatrix &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp: In member function 'void SymEngine::MatrixZeroVisitor::bvisit(const SymEngine::MatrixAdd&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_zero.cpp:63:34: warning: unused parameter 'x' [-Wunused-parameter] 63 | void bvisit(const MatrixAdd &x) | ~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 89%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_real.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp: In member function 'void SymEngine::MatrixRealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp: In member function 'void SymEngine::MatrixRealVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp: In member function 'void SymEngine::MatrixRealVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp: In member function 'void SymEngine::MatrixRealVisitor::bvisit(const SymEngine::ZeroMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_real.cpp:32:35: warning: unused parameter 'x' [-Wunused-parameter] 32 | void bvisit(const ZeroMatrix &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 90%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_symmetric.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp: In member function 'void SymEngine::MatrixSymmetricVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:43:30: warning: unused parameter 'x' [-Wunused-parameter] 43 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp: In member function 'void SymEngine::MatrixSymmetricVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:44:35: warning: unused parameter 'x' [-Wunused-parameter] 44 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp: In member function 'void SymEngine::MatrixSymmetricVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:49:39: warning: unused parameter 'x' [-Wunused-parameter] 49 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp: In member function 'void SymEngine::MatrixSymmetricVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_symmetric.cpp:59:39: warning: unused parameter 'x' [-Wunused-parameter] 59 | void bvisit(const DiagonalMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 91%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_square.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp: In member function 'void SymEngine::MatrixSquareVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp:31:30: warning: unused parameter 'x' [-Wunused-parameter] 31 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp: In member function 'void SymEngine::MatrixSquareVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp:32:35: warning: unused parameter 'x' [-Wunused-parameter] 32 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp: In member function 'void SymEngine::MatrixSquareVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp:37:39: warning: unused parameter 'x' [-Wunused-parameter] 37 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp: In member function 'void SymEngine::MatrixSquareVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_square.cpp:48:39: warning: unused parameter 'x' [-Wunused-parameter] 48 | void bvisit(const DiagonalMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 92%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_diagonal.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp: In member function 'void SymEngine::MatrixDiagonalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp: In member function 'void SymEngine::MatrixDiagonalVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp: In member function 'void SymEngine::MatrixDiagonalVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp: In member function 'void SymEngine::MatrixDiagonalVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_diagonal.cpp:37:39: warning: unused parameter 'x' [-Wunused-parameter] 37 | void bvisit(const DiagonalMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 93%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_lower.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp: In member function 'void SymEngine::MatrixLowerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp: In member function 'void SymEngine::MatrixLowerVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp: In member function 'void SymEngine::MatrixLowerVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp: In member function 'void SymEngine::MatrixLowerVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_lower.cpp:37:39: warning: unused parameter 'x' [-Wunused-parameter] 37 | void bvisit(const DiagonalMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 94%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_upper.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp: In member function 'void SymEngine::MatrixUpperVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp: In member function 'void SymEngine::MatrixUpperVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp: In member function 'void SymEngine::MatrixUpperVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp: In member function 'void SymEngine::MatrixUpperVisitor::bvisit(const SymEngine::DiagonalMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_upper.cpp:37:39: warning: unused parameter 'x' [-Wunused-parameter] 37 | void bvisit(const DiagonalMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 95%] Building CXX object symengine/CMakeFiles/symengine.dir/matrices/is_toeplitz.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:3: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:4: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:133:30: warning: unused parameter 'x' [-Wunused-parameter] 133 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:138:32: warning: unused parameter 'x' [-Wunused-parameter] 138 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:142:31: warning: unused parameter 'x' [-Wunused-parameter] 142 | void bvisit(const Number &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:146:28: warning: unused parameter 'x' [-Wunused-parameter] 146 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:150:35: warning: unused parameter 'x' [-Wunused-parameter] 150 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:154:32: warning: unused parameter 'x' [-Wunused-parameter] 154 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::IntegerVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:165:39: warning: unused parameter 'x' [-Wunused-parameter] 165 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:183:30: warning: unused parameter 'x' [-Wunused-parameter] 183 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:189:28: warning: unused parameter 'x' [-Wunused-parameter] 189 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:193:35: warning: unused parameter 'x' [-Wunused-parameter] 193 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RealVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:197:32: warning: unused parameter 'x' [-Wunused-parameter] 197 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:222:30: warning: unused parameter 'x' [-Wunused-parameter] 222 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:228:32: warning: unused parameter 'x' [-Wunused-parameter] 228 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:232:33: warning: unused parameter 'x' [-Wunused-parameter] 232 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:236:28: warning: unused parameter 'x' [-Wunused-parameter] 236 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:240:35: warning: unused parameter 'x' [-Wunused-parameter] 240 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:244:32: warning: unused parameter 'x' [-Wunused-parameter] 244 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:248:33: warning: unused parameter 'x' [-Wunused-parameter] 248 | void bvisit(const Constant &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::ComplexVisitor::bvisit(const SymEngine::KroneckerDelta&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:312:39: warning: unused parameter 'x' [-Wunused-parameter] 312 | void bvisit(const KroneckerDelta &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Number&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:332:31: warning: unused parameter 'x' [-Wunused-parameter] 332 | void bvisit(const Number &x){}; | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Constant&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:333:33: warning: unused parameter 'x' [-Wunused-parameter] 333 | void bvisit(const Constant &x){}; | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:338:28: warning: unused parameter 'x' [-Wunused-parameter] 338 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::PolynomialVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:342:35: warning: unused parameter 'x' [-Wunused-parameter] 342 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:371:30: warning: unused parameter 'x' [-Wunused-parameter] 371 | void bvisit(const Basic &x) | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Symbol&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:375:31: warning: unused parameter 'x' [-Wunused-parameter] 375 | void bvisit(const Symbol &x) | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Integer&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:379:32: warning: unused parameter 'x' [-Wunused-parameter] 379 | void bvisit(const Integer &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Rational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:383:33: warning: unused parameter 'x' [-Wunused-parameter] 383 | void bvisit(const Rational &x) | ~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Set&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:388:28: warning: unused parameter 'x' [-Wunused-parameter] 388 | void bvisit(const Set &x) | ~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Relational&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:393:35: warning: unused parameter 'x' [-Wunused-parameter] 393 | void bvisit(const Relational &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h: In member function 'void SymEngine::RationalVisitor::bvisit(const SymEngine::Boolean&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/test_visitors.h:398:32: warning: unused parameter 'x' [-Wunused-parameter] 398 | void bvisit(const Boolean &x) | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp: In member function 'void SymEngine::MatrixToeplitzVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:21:30: warning: unused parameter 'x' [-Wunused-parameter] 21 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp: In member function 'void SymEngine::MatrixToeplitzVisitor::bvisit(const SymEngine::MatrixExpr&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:22:35: warning: unused parameter 'x' [-Wunused-parameter] 22 | void bvisit(const MatrixExpr &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp: In member function 'void SymEngine::MatrixToeplitzVisitor::bvisit(const SymEngine::IdentityMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:27:39: warning: unused parameter 'x' [-Wunused-parameter] 27 | void bvisit(const IdentityMatrix &x) | ~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp: In member function 'void SymEngine::MatrixToeplitzVisitor::bvisit(const SymEngine::ZeroMatrix&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrices/is_toeplitz.cpp:32:35: warning: unused parameter 'x' [-Wunused-parameter] 32 | void bvisit(const ZeroMatrix &x) | ~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 96%] Building CXX object symengine/CMakeFiles/symengine.dir/mp_wrapper.cpp.o [ 97%] Building CXX object symengine/CMakeFiles/symengine.dir/eval_mpfr.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uintpoly_flint.h:8, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/eval_mpfr.cpp:1: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/functions.h:12, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/pow.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:9: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:13, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:12: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/matrix.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/printers.h:5, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/expression.h:15: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::EmptySet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:76:57: warning: unused parameter 'a' [-Wunused-parameter] 76 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h: In member function 'virtual SymEngine::RCP SymEngine::UniversalSet::contains(const SymEngine::RCP&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/sets.h:109:57: warning: unused parameter 'a' [-Wunused-parameter] 109 | RCP contains(const RCP &a) const override | ~~~~~~~~~~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h: In member function 'void SymEngine::HasSymbolVisitor::bvisit(const SymEngine::Basic&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:118:30: warning: unused parameter 'x' [-Wunused-parameter] 118 | void bvisit(const Basic &x){}; | ~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h: In instantiation of 'SymEngine::ODictWrapper::ODictWrapper(std::string) [with Key = int; Value = SymEngine::Expression; Wrapper = SymEngine::UExprDict; std::string = std::__cxx11::basic_string]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:29:53: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:148:30: warning: unused parameter 's' [-Wunused-parameter] 148 | ODictWrapper(std::string s) | ~~~~~~~~~~~~^ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_wrapper.h:4, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:8: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h: In instantiation of 'SymEngine::RCP::RCP(SymEngine::ENull) [with T = const SymEngine::Basic]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:139:71: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/symengine_rcp.h:109:15: warning: unused parameter 'null_arg' [-Wunused-parameter] 109 | RCP(ENull null_arg = null) : ptr_(nullptr) {} | ~~~~~~^~~~~~~~~~~~~~~ In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/visitor.h:11: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h: In instantiation of 'static Container SymEngine::USymEnginePoly::container_from_dict(const SymEngine::RCP&, std::map::coef_type>&&) [with Container = SymEngine::UExprDict; BaseType = SymEngine::UExprPolyBase; Poly = SymEngine::UExprPoly; typename BaseType::coef_type = SymEngine::Expression; typename Container::key_type = int; typename M::key_type = int]': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/upolybase.h:426:43: required from 'static SymEngine::RCP SymEngine::UExprPolyBase::from_dict(const SymEngine::RCP&, std::map&&) [with Cont = SymEngine::UExprDict; Poly = SymEngine::UExprPoly]' /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/uexprpoly.h:199:32: required from here /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/polys/usymenginepoly.h:52:66: warning: unused parameter 'var' [-Wunused-parameter] 52 | static Container container_from_dict(const RCP &var, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ [ 98%] Building CXX object symengine/CMakeFiles/symengine.dir/real_mpfr.cpp.o In file included from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/dict.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/basic.h:37, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/constants.h:10, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_double.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex_mpc.h:9, from /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:6: /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h: In function 'void SymEngine::mp_demote(integer_class&)': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/mp_class.h:135:38: warning: unused parameter 'i' [-Wunused-parameter] 135 | inline void mp_demote(integer_class &i) {} | ~~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::is_perfect_power(bool) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:71:40: warning: unused parameter 'is_expected' [-Wunused-parameter] 71 | virtual bool is_perfect_power(bool is_expected = false) const | ~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual bool SymEngine::Number::nth_root(const SymEngine::Ptr >&, long unsigned int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:75:73: warning: unused parameter 'n' [-Wunused-parameter] 75 | virtual bool nth_root(const Ptr> &, unsigned long n) const | ~~~~~~~~~~~~~~^ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h: In member function 'virtual SymEngine::RCP SymEngine::NumberWrapper::eval(long int) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/number.h:192:41: warning: unused parameter 'bits' [-Wunused-parameter] 192 | virtual RCP eval(long bits) const | ~~~~~^~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rsub(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:142:42: warning: unused parameter 'other' [-Wunused-parameter] 142 | RCP rsub(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h: In member function 'virtual SymEngine::RCP SymEngine::Integer::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/integer.h:178:42: warning: unused parameter 'other' [-Wunused-parameter] 178 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h: In member function 'virtual SymEngine::RCP SymEngine::Rational::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/rational.h:307:42: warning: unused parameter 'other' [-Wunused-parameter] 307 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h: In member function 'virtual SymEngine::RCP SymEngine::Complex::rpow(const SymEngine::Number&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/complex.h:388:42: warning: unused parameter 'other' [-Wunused-parameter] 388 | RCP rpow(const Number &other) const override | ~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::addreal(const SymEngine::Complex&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:82:52: warning: unused parameter 'other' [-Wunused-parameter] 82 | RCP RealMPFR::addreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::addreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:108:58: warning: unused parameter 'other' [-Wunused-parameter] 108 | RCP RealMPFR::addreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::subreal(const SymEngine::Complex&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:155:52: warning: unused parameter 'other' [-Wunused-parameter] 155 | RCP RealMPFR::subreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::subreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:181:58: warning: unused parameter 'other' [-Wunused-parameter] 181 | RCP RealMPFR::subreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rsubreal(const SymEngine::Complex&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:229:53: warning: unused parameter 'other' [-Wunused-parameter] 229 | RCP RealMPFR::rsubreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rsubreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:255:59: warning: unused parameter 'other' [-Wunused-parameter] 255 | RCP RealMPFR::rsubreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::mulreal(const SymEngine::Complex&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:295:52: warning: unused parameter 'other' [-Wunused-parameter] 295 | RCP RealMPFR::mulreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::mulreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:321:58: warning: unused parameter 'other' [-Wunused-parameter] 321 | RCP RealMPFR::mulreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::divreal(const SymEngine::Complex&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:368:52: warning: unused parameter 'other' [-Wunused-parameter] 368 | RCP RealMPFR::divreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::divreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:394:58: warning: unused parameter 'other' [-Wunused-parameter] 394 | RCP RealMPFR::divreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rdivreal(const SymEngine::Complex&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:443:53: warning: unused parameter 'other' [-Wunused-parameter] 443 | RCP RealMPFR::rdivreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rdivreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:469:59: warning: unused parameter 'other' [-Wunused-parameter] 469 | RCP RealMPFR::rdivreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::powreal(const SymEngine::Complex&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:519:52: warning: unused parameter 'other' [-Wunused-parameter] 519 | RCP RealMPFR::powreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::powreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:557:58: warning: unused parameter 'other' [-Wunused-parameter] 557 | RCP RealMPFR::powreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rpowreal(const SymEngine::Complex&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:643:53: warning: unused parameter 'other' [-Wunused-parameter] 643 | RCP RealMPFR::rpowreal(const Complex &other) const | ~~~~~~~~~~~~~~~^~~~~ /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp: In member function 'SymEngine::RCP SymEngine::RealMPFR::rpowreal(const SymEngine::ComplexDouble&) const': /tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/real_mpfr.cpp:683:59: warning: unused parameter 'other' [-Wunused-parameter] 683 | RCP RealMPFR::rpowreal(const ComplexDouble &other) const | ~~~~~~~~~~~~~~~~~~~~~^~~~~ [100%] Linking CXX static library libsymengine.a make[3]: Leaving directory '/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream' [100%] Built target symengine make[2]: Leaving directory '/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream' make[1]: Leaving directory '/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream -I/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include -I/home/th798/.conda/envs/emacs1/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream -I/tmp/th798/16179681/RtmpAbVtCF/R.INSTALL1bc5d81c4b609c/symengine/src/upstream/symengine/utilities/cereal/include -I/home/th798/.conda/envs/emacs1/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 rbinding.cpp -o rbinding.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 symengine.so RcppExports.o rbinding.o -Wl,-rpath,/home/th798/.conda/envs/emacs1/lib upstream/symengine/libsymengine.a /home/th798/.conda/envs/emacs1/lib/libmpfr.so /home/th798/.conda/envs/emacs1/lib/libgmp.so installing to /tmp/th798/16179681/R-release/922/library/00LOCK-symengine/00new/symengine/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 (symengine) * installing *source* package 'xgxr' ... ** package 'xgxr' 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 ** 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 (xgxr) * installing *source* package 'qs' ... ** package 'qs' successfully unpacked and MD5 sums checked ** using staged installation checking for pkg-config... /home/th798/.conda/envs/emacs1/bin/pkg-config checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether /packages/gcc/12.2.0-nnbserq/bin/g++ accepts -g... yes C++ compiler: /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 Does not require -latomic flag zstd 1.5.2 library detected -- skipping zstd compilation lz4 1.9.3 library detected -- skipping lz4 compilation configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I. -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/tmp/th798/16179681/R-release/922/library/RApiSerialize/include' -I'/projects/genomic-ml/R/R-release/library/stringfish/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I. -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/tmp/th798/16179681/R-release/922/library/RApiSerialize/include' -I'/projects/genomic-ml/R/R-release/library/stringfish/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 qs_functions.cpp -o qs_functions.o In file included from /home/th798/.conda/envs/emacs1/include/boost/functional/hash.hpp:6, from qs_common.h:44, from qs_functions.cpp:21: /home/th798/.conda/envs/emacs1/include/boost/container_hash/hash.hpp:130:33: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 130 | struct hash_base : std::unary_function {}; | ^~~~~~~~~~~~~~ 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/unordered_map:44, from /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/platform/compiler.h:153, from /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/r/headers.h:62, from /projects/genomic-ml/R/R-release/library/Rcpp/include/RcppCommon.h:30, from /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp.h:27, from qs_common.h:24: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /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 qs.so RcppExports.o qs_functions.o -L. -lpthread -L/home/th798/.conda/envs/emacs1/lib -lzstd -L/home/th798/.conda/envs/emacs1/lib -llz4 installing to /tmp/th798/16179681/R-release/922/library/00LOCK-qs/00new/qs/libs ** R ** data *** moving datasets to lazyload DB ** 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 (qs) * installing *source* package 'lotri' ... ** package 'lotri' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/include' -I'/tmp/th798/16179681/R-release/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 asLotriMat.c -o asLotriMat.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/include' -I'/tmp/th798/16179681/R-release/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lotriBounds.c -o lotriBounds.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/include' -I'/tmp/th798/16179681/R-release/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lotriLstToMat.c -o lotriLstToMat.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/include' -I'/tmp/th798/16179681/R-release/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lotriNest.c -o lotriNest.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/include' -I'/tmp/th798/16179681/R-release/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lotriProp.c -o lotriProp.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/include' -I'/tmp/th798/16179681/R-release/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 matlist.c -o matlist.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/include' -I'/tmp/th798/16179681/R-release/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -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 nearPD.cpp -o nearPD.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/include' -I'/tmp/th798/16179681/R-release/922/library/cpp11armadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -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 rcm.cpp -o rcm.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 lotri.so asLotriMat.o lotriBounds.o lotriLstToMat.o lotriNest.o lotriProp.o matlist.o nearPD.o rcm.o -fopenmp -L/home/th798/R/R-release/lib -lRlapack -L/home/th798/R/R-release/lib -lRblas -lgfortran -lm -lquadmath installing to /tmp/th798/16179681/R-release/922/library/00LOCK-lotri/00new/lotri/libs ** 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 ** 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 (lotri) * installing *source* package 'rxode2' ... ** package 'rxode2' successfully unpacked and MD5 sums checked ** using staged installation 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. > ## This is only for rxode2 > for (f in c("inst/include/rxode2_RcppExports.h", "src/RcppExports.cpp")) { + l <- readLines(f) + w <- which(regexpr("^[#]include ", l) != -1) + if (length(w) > 0) { + l <- l[-w] + } + w <- which(regexpr("^[#]define R_STRICT_HEADERS", l) != -1) + if (length(w) > 0) { + l <- l[-w] + } + l <- c("#define R_STRICT_HEADERS", + "#include ", + l) + file.out <- file(f, "wb") + writeLines(l, file.out) + close(file.out) + } > > l <- readLines("R/RcppExports.R") > w <- which(regexpr("# Register entry points", l, fixed=TRUE) != -1) > if (length(w) >= 1) { + w <- w[1] + l <- l[seq(1, w-1)] + RcppExports.R <- file("R/RcppExports.R", "wb") + writeLines(l, RcppExports.R) + close(RcppExports.R) + } > > .in <- suppressWarnings(readLines("src/Makevars.in")) > .in <- gsub("@ARMA@", file.path(find.package("RcppArmadillo"),"include"), .in) > .in <- gsub("@BH@", file.path(find.package("BH"),"include"), .in) > .in <- gsub("@RCPP@", file.path(find.package("Rcpp"),"include"), .in) > .in <- gsub("@EG@", file.path(find.package("RcppEigen"),"include"), .in) > > .in <- gsub("@SL@", paste(capture.output(StanHeaders:::LdFlags()), capture.output(RcppParallel:::RcppParallelLibs())), #nolint + .in) > > > .badStan <- "" > .in <- gsub("@SH@", gsub("-I", "-@ISYSTEM@", + paste(capture.output(StanHeaders:::CxxFlags()), # nolint + capture.output(RcppParallel:::CxxFlags()), # nolint + paste0("-@ISYSTEM@'", system.file('include', 'src', package = 'StanHeaders', mustWork = TRUE), "'"), + .badStan)), + .in) > > > > if (.Platform$OS.type == "windows") { + .makevars <- file("src/Makevars.win", "wb") + .i <- "I" + } else { + .makevars <- file("src/Makevars", "wb") + if (any(grepl("Pop!_OS", utils::osVersion, fixed=TRUE))) { + .i <- "isystem" + } else { + .i <- "I" + } + } > > writeLines(gsub("@ISYSTEM@", .i, .in), + .makevars) > close(.makevars) > > if (file.exists("man/reexports.Rd")) { + l <- readLines("man/reexports.Rd") + if (!any(regexpr("[\\]value", l) != -1)) { + l <- c(l, "\\value{ Inherited from parent routine }") + file.out <- file("man/reexports.Rd", "wb") + writeLines(l, file.out) + close(file.out) + } + } > > > unlink("R/rxode2_md5.R") > > cpp <- list.files("src", pattern = ".(c|h|cpp|f)$") > include <- list.files("inst/include") > #Rfiles <- list.files("R/", pattern = ".R") > > cmd <- file.path(R.home("bin"), "R") > args <- c("CMD", "config") > > md5 <- digest::digest(c(lapply(c(paste0("src/", cpp), + paste0("inst/include/", include)#, + #paste0("R/", Rfiles) + ), digest::digest, file = TRUE), + ## vapply(c("BLAS_LIBS", "CC", "CFLAGS", "CPICFLAGS", + ## "CXX", "CXXFLAGS", "CXXPICFLAGS", + ## "CXX11", "CXX11STD", "CXX11FLAGS", "CXX11PICFLAGS", + ## "CXX14", "CXX14STD", "CXX14FLAGS", "CXX14PICFLAGS", + ## "CXX17", "CXX17STD", "CXX17FLAGS", "CXX17PICFLAGS", + ## "CXX20", "CXX20STD", "CXX20FLAGS", "CXX20PICFLAGS", + ## "FC", "FFLAGS", "FCFLAGS", "FPICFLAGS"), + ## function(cfg) { + ## rawToChar(sys::exec_internal(cmd, c(args, cfg))$stdout) + ## }, character(1) + ## ), + "" + )) > unlink("R/rxode2_md5.R") > md5file <- file("R/rxode2_md5.R", "wb") > writeLines(sprintf("rxode2.md5 <- \"%s\"\n", md5), md5file) > close(md5file) > > l <- readLines("DESCRIPTION") > w <- which(regexpr("Version[:] *(.*)$", l) != -1) > v <- gsub("Version[:] *(.*)$", "\\1", l[w]) > > unlink("inst/include/rxode2parseVer.h") > ode.h <- file("inst/include/rxode2parseVer.h", "wb") > writeLines(c(sprintf("#define __VER_md5__ \"%s\"", md5), + "#define __VER_repo__ \"https://github.com/nlmixr2/rxode2\"", + sprintf("#define __VER_ver__ \"%s\"", v)), + ode.h) > close(ode.h) > > unlink("src/sbuf.c") > l <- readLines("inst/include/sbuf.c") > sbuf.c <- file("src/sbuf.c", "wb") > writeLines(l, sbuf.c) > close(sbuf.c) > > > unlink("src/codegen2.h") > l <- readLines("inst/include/rxode2_model_shared.c") > > l <- l[l != ""] > l <- gsub(" *= *NULL;", "=NULL;", l) > > def <- l > w <- which(regexpr("double _prod", def) != -1) - 1 > def <- def[1:w] > def <- gsub("=NULL", "", def) > def <- gsub("[^ ]* *[*]?([^;]*);", "\\1", def) > > def <- unique(c(def, c("_sum", "_udf", "_sign", "_prod", "_max", "_min", "_transit4P", "_transit3P", "_assignFuns0", "_assignFuns", "_getRxSolve_", "_solveData", "_rxord", "__assignFuns2"))) > > w0 <- which(grepl("double +_prod", l))[1] > r <- 1:(w0 - 1) > l0 <- l[r] > l <- l[-r] > > > w1 <- which(regexpr("dynamic start", l) != -1) > l1 <- l[1:w1] > > > > w2 <- which(regexpr("dynamic stop", l) != -1) > l2 <- l[seq(w2, length(l))] > > w3 <- which(regexpr("assign start", l2) != -1) > > l3 <- l2[seq(w3, length(l2))] > l2 <- l2[1:w3] > > w4 <- which(regexpr("assign stop", l3) != -1) > l3 <- l3[seq(w4, length(l3))] > > dfP <- l[seq(w1+1, w2-1)] > > dfP <- dfP[regexpr("^ *$", dfP)==-1] > df <- setNames(do.call("rbind",lapply(seq_along(dfP), + function(i) { + .r <- sub("^ *", "", dfP[[i]]) + .r <- sub("^([^ ]*) *= *[(]", "\\1,", .r) + .r <- sub("^([^ ]*) *[)] *R_GetCCallable *[(] *\"", "\\1,", .r, perl=TRUE) + .r <- sub("^([^ ]*) *\" *, *\"", "\\1,", .r, perl=TRUE) + .r <- sub("^([^ ]*)\" *[)] *; *", "\\1",.r, perl=TRUE) + data.frame(t(strsplit(.r, ",")[[1]]),stringsAsFactors = FALSE) + })), c("fun", "type", "package", "packageFun")) > > df$rxFun <- df$fun > df$argMax <- df$argMin <- NA_integer_ > df$threadSafe <- 1L > df <- df[,c("rxFun", "fun", "type", "package", "packageFun", "argMin", "argMax", "threadSafe")] > df$rxFun <- gsub("_llik", "llik", df$rxFun) > > def <- def[!(def %in% df$rxFun)] > def <- def[!(def %in% df$fun)] > > .parseEnv <- new.env(parent=emptyenv()) > source("R/parseFuns.R") > > df$argMin <- vapply(df$rxFun, function(f) { + .n <- .parseEnv$.parseNum[f] + if (is.na(.n)) return(NA_integer_) + .n <-setNames(.n, NULL) + as.integer(.n) + }, integer(1), USE.NAMES=TRUE) > > df$argMax <- df$argMin > > dfStr <- deparse(df) > dfStr[1] <- paste(".parseEnv$.rxode2parseDf <- ", dfStr[1]) > > dfIni.R <- file("R/dfIni.R", "wb") > writeLines(dfStr, + dfIni.R) > close(dfIni.R) > > ## deparse1 came from R 4.0, use deparse2 > deparse2 <- function(expr, collapse = " ", width.cutoff = 500L, ...) { + paste(deparse(expr, width.cutoff, ...), collapse = collapse) + } > > final <- c("#include ", + "#include ", + "unsigned long int __timeId=0;", + "void writeHeader(const char *md5, const char *extra) {", + paste0("sAppend(&sbOut, \"#define ", def, " _rx%s%s%ld\\n\", extra, md5, __timeId++);"), + "}", + "void writeBody0(void) {", + paste0("sAppendN(&sbOut, ", vapply(paste0(l0, "\n"), deparse2, character(1)), ", ", nchar(l0) + 1, ");"), + "}", + "void writeBody1(void) {", + paste0("sAppendN(&sbOut, ", vapply(paste0(l1, "\n"), deparse2, character(1)), ", ", nchar(l1) + 1, ");"), + "}", + "void writeBody2(void) {", + paste0("sAppendN(&sbOut, ", vapply(paste0(l2, "\n"), deparse2, character(1)), ", ", nchar(l2) + 1, ");"), + "}", + "void writeBody3(void) {", + paste0("sAppendN(&sbOut, ", vapply(paste0(l3, "\n"), deparse2, character(1)), ", ", nchar(l3) + 1, ");"), + "}", + "void writeFooter(void) {", + paste0("sAppendN(&sbOut, \"#undef ", def, "\\n\", ", nchar(def) + 8, ");"), + "}" + ) > > codegen2.h <- file("src/codegen2.h", "wb") > writeLines(final, + codegen2.h) > close(codegen2.h) > > proc.time() user system elapsed 0.441 0.060 0.496 --------[begin src/Makevars]-------- # -*- mode: makefile-gmake -*- BH=/projects/genomic-ml/R/R-release/library/BH/include RCPP=/projects/genomic-ml/R/R-release/library/Rcpp/include EG=/projects/genomic-ml/R/R-release/library/RcppEigen/include SH=-I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' CXX_STD = CXX17 ################################################################################ ## Package library flags. PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS) -L'/projects/genomic-ml/R/R-release/library/RcppParallel/lib/' -Wl,-rpath,'/projects/genomic-ml/R/R-release/library/RcppParallel/lib/' -ltbb -ltbbmalloc # Release options PKG_CFLAGS = -D_isrxode2_ PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"$(BH)" -I"$(EG)" $(SH) -I"$(RCPP)" --------[end src/Makevars]-------- --------[begin R/RxODE_md5.R]-------- rxode2.md5 <- "42d5cc57687fd89fd797d1cccbb2e976" --------[end R/RxODE_md5.R]-------- ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using Fortran compiler: 'GNU Fortran (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 RcppExports.cpp -o RcppExports.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:7: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 approx.c -o approx.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 boost.cpp -o boost.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 box.c -o box.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 call_dvode.c -o call_dvode.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 cbindThetaOmega.cpp -o cbindThetaOmega.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 cfode.c -o cfode.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 cfode_static.c -o cfode_static.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 checkmate.cpp -o checkmate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 checkmate_stub.c -o checkmate_stub.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 codegen.c -o codegen.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 common.c -o common.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 corfailure.c -o corfailure.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 correction.c -o correction.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 cvPost.cpp -o cvPost.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 daxpy.c -o daxpy.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 ddot.c -o ddot.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 dgefa.c -o dgefa.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 dgesl.c -o dgesl.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c dgpadm.f -o dgpadm.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c dlsoda.f -o dlsoda.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 dop853.c -o dop853.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 dscal.c -o dscal.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c dsphiv.f -o dsphiv.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 et.cpp -o et.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 etTran.cpp -o etTran.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 expandGrid.cpp -o expandGrid.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 expm.cpp -o expm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 fast_factor.cpp -o fast_factor.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 fnorm.c -o fnorm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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.cpp -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 genModelVars.c -o genModelVars.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 getOption.c -o getOption.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 handle_evid.c -o handle_evid.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 idamax.c -o idamax.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 intdy.c -o intdy.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 isEt.c -o isEt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 itostr.c -o itostr.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 lincmt.c -o lincmt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 lincmtB.cpp -o lincmtB.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math.hpp:19, from lincmtB.cpp:64: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/typedefs.hpp:12:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:54:9: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT >, 1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/vari.hpp:669:29: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/var.hpp:407: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::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-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_corr_constrain.hpp:44:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, 1, -1, false>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:36:28: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:115:37: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:54:17: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:377 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:41:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:192 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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:8 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:19:7: required from 'class stan::math::arena_matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-release/library/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-release/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/fun.hpp:200, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:10: /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/Macros.h:679, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:19: /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-release/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-release/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-release/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-release/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-release/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:7, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/meta.hpp:79, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/accumulate_adjoints.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core.hpp:4, from /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev.hpp:8: /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-release/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-release/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-release/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-release/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-release/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-release/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:14 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-release/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-release/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_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:36 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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:192 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::val_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::val_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:26:18: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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:429 = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:313: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:19: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:29: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:296:48: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h: In instantiation of 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 0]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:310:56: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 272 | PacketBlock A; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:272:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 280 | PacketBlock B; | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:280:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/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::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:28:12: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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::Transpose, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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::Transpose, -1, 1, true>, -1, 1, false> >; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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::Transpose, -1, 1, true>, -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-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:295:39: required from 'void Eigen::internal::BlockedInPlaceTranspose(MatrixType&) [with MatrixType = Eigen::Matrix; long int Alignment = 16]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:308:89: required from 'static void Eigen::internal::inplace_transpose_selector::run(MatrixType&) [with MatrixType = Eigen::Matrix; bool MatchPacketSize = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:348:53: required from 'void Eigen::DenseBase::transposeInPlace() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/functor/jacobian.hpp:34:21: required from 'void stan::math::jacobian(const F&, const Eigen::Matrix&, Eigen::Matrix&, Eigen::Matrix&) [with F = linCmtFun]' lincmtB.cpp:2834:25: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-release/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-release/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::Matrix; Rhs = Eigen::Block >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block >, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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 > >, const Eigen::Map > >; Rhs = Eigen::Map >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >; Rhs = Eigen::TriangularView >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:159:73: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:203:19: 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-release/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 >; Rhs = Eigen::Transpose > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::TriangularView >, 1>; Rhs = Eigen::Transpose > >; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::TriangularView >, 1>; Rhs = Eigen::Transpose > >; Derived = Eigen::internal::generic_product_impl >, 1>, Eigen::Transpose > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/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 > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-release/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::Map > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, -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-release/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 > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, const Eigen::Map > >, -1, -1, false> >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> > >' /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/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 > >, const Eigen::Map > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 > >, const Eigen::Map > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 > >, const Eigen::Map > >, -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-release/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 > >, const Eigen::Map > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/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-release/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 >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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 >; Src = Eigen::TriangularView, const Eigen::Transpose > >, const Eigen::Map > >, Eigen::TriangularView >, 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-release/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 > >, const Eigen::Map > >, Eigen::TriangularView >, 1>, 0>, 1>; Derived = Eigen::Map >]' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:310:84: 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 = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-release/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 = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/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::Matrix; Rhs = Eigen::TriangularView >, 2>; Derived = Eigen::internal::generic_product_impl, Eigen::TriangularView >, 2>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/library/RcppEigen/include/Eigen/src/Core/Redux.h: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-release/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-release/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-release/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-release/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-release/library/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-release/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-release/library/RcppEigen/include/Eigen/src/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:128:20: required from 'stan::math::arena_matrix& stan::math::arena_matrix::operator=(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:73:11: required from 'stan::math::arena_matrix::arena_matrix(const T&) [with T = Eigen::Product >, 1>, Eigen::Transpose > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/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 >, 1>, Eigen::Transpose > >, 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-release/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 >, 1>, Eigen::Transpose > >, 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-release/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-release/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/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-release/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-release/library/RcppEigen/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-release/library/RcppEigen/include/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-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: 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-release/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-release/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-release/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-release/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-release/library/RcppEigen/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-release/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-release/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-release/library/RcppEigen/include/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-release/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-release/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-release/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-release/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 lsoda.c -o lsoda.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c matexp.f -o matexp.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 matexp_HM98.c -o matexp_HM98.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 methodswitch.c -o methodswitch.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 nearPD.cpp -o nearPD.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 omegaChol.c -o omegaChol.o /packages/gcc/12.2.0-nnbserq/bin/gfortran -fpic -g -O2 -c opkda2.f -o opkda2.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 orderswitch.c -o orderswitch.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 par_solve.cpp -o par_solve.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 parseLinCmt.c -o parseLinCmt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 print_node.c -o print_node.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 prja.c -o prja.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 qs.cpp -o qs.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 rprintf.c -o rprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 rx2api.c -o rx2api.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 rxData.cpp -o rxData.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 rxInv.cpp -o rxInv.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 rxOptRep.cpp -o rxOptRep.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 rxStack.cpp -o rxStack.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 rxode2_df.cpp -o rxode2_df.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 rxthreefry.cpp -o rxthreefry.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 sbuf.c -o sbuf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 scaleh.c -o scaleh.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 seed.cpp -o seed.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 solsy.c -o solsy.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 stoda.c -o stoda.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 strdup_printf.c -o strdup_printf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 strncmp.c -o strncmp.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 strncmpi.c -o strncmpi.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 tran.c -o tran.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 udf.cpp -o udf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 utilc.c -o utilc.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -D_isrxode2_ -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -D_REENTRANT -I"/projects/genomic-ml/R/R-release/library/BH/include" -I"/projects/genomic-ml/R/R-release/library/RcppEigen/include" -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include/src' -I"/projects/genomic-ml/R/R-release/library/Rcpp/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 utilcpp.cpp -o utilcpp.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/sitmo/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/tmp/th798/16179681/R-release/922/library/PreciseSums/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/projects/genomic-ml/R/R-release/library/RcppParallel/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-release/library/StanHeaders/include' -I'/tmp/th798/16179681/R-release/922/library/dparser/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D_isrxode2_ -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 vmnorm.c -o vmnorm.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 rxode2.so RcppExports.o approx.o boost.o box.o call_dvode.o cbindThetaOmega.o cfode.o cfode_static.o checkmate.o checkmate_stub.o codegen.o common.o corfailure.o correction.o cvPost.o daxpy.o ddot.o dgefa.o dgesl.o dgpadm.o dlsoda.o dop853.o dscal.o dsphiv.o et.o etTran.o expandGrid.o expm.o fast_factor.o fnorm.o forder.o genModelVars.o getOption.o handle_evid.o idamax.o init.o intdy.o isEt.o itostr.o lincmt.o lincmtB.o lsoda.o matexp.o matexp_HM98.o methodswitch.o nearPD.o omegaChol.o opkda2.o orderswitch.o par_solve.o parseLinCmt.o print_node.o prja.o qs.o rprintf.o rx2api.o rxData.o rxInv.o rxOptRep.o rxStack.o rxode2_df.o rxthreefry.o sbuf.o scaleh.o seed.o solsy.o stoda.o strdup_printf.o strncmp.o strncmpi.o tran.o udf.o utilc.o utilcpp.o vmnorm.o -L/home/th798/R/R-release/lib -lRlapack -L/home/th798/R/R-release/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/projects/genomic-ml/R/R-release/library/RcppParallel/lib/ -Wl,-rpath,/projects/genomic-ml/R/R-release/library/RcppParallel/lib/ -ltbb -ltbbmalloc -lgfortran -lm -lquadmath installing via 'install.libs.R' to /tmp/th798/16179681/R-release/922/library/00LOCK-rxode2/00new/rxode2 ** 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 (rxode2) * installing *source* package 'nlmixr2est' ... ** package 'nlmixr2est' successfully unpacked and MD5 sums checked ** using staged installation --------[begin src/Makevars]-------- # -*- mode: makefile-gmake -*- ARMA=@ARMA@ BH=@BH@ RCPP=@RCPP@ RXP=@RXP@ CXX_STD = CXX17 PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS) PKG_CXXFLAGS = -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"$(BH)" -I"$(RCPP)" -I"$(ARMA)" -I"$(RXP)" $(SHLIB_OPENMP_CXXFLAGS) -DARMA_64BIT_WORD=1 SHLIB_LDFLAGS = $(SHLIB_CXXLDFLAGS) SHLIB_LD = $(SHLIB_CXXLD) SOURCES_C = init.c rprintf.c merge3.c lbfgsR.c utilc.c SOURCES_CPP = uninformativeEtas.cpp nlm.cpp filterNormalLike.cpp inner.cpp shi21.cpp nearPD.cpp censEst.cpp saem.cpp expandNlme.cpp npde.cpp shrink.cpp ires.cpp res.cpp cwres.cpp censResid.cpp cholse.cpp neldermead.cpp resid.cpp slice.cpp RcppExportMod.cpp RcppExports.cpp OBJECTS = $(SOURCES_CPP:.cpp=.o) $(SOURCES_C:.c=.o) all: $(SHLIB) $(SHLIB): $(OBJECTS) --------[end src/Makevars]-------- ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 uninformativeEtas.cpp -o uninformativeEtas.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from uninformativeEtas.cpp:2: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 nlm.cpp -o nlm.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from nlm.cpp:4: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 filterNormalLike.cpp -o filterNormalLike.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from filterNormalLike.cpp:10: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 inner.cpp -o inner.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from inner.cpp:5: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 shi21.cpp -o shi21.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from shi21.cpp:11: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 nearPD.cpp -o nearPD.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from nearPD.cpp:5: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 censEst.cpp -o censEst.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 saem.cpp -o saem.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from saem.cpp:8: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 expandNlme.cpp -o expandNlme.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 npde.cpp -o npde.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from npde.h:13, from npde.cpp:2: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 shrink.cpp -o shrink.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from shrink.h:5, from shrink.cpp:2: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 ires.cpp -o ires.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from res.h:4, from ires.h:4, from ires.cpp:2: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 res.cpp -o res.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from res.h:4, from res.cpp:2: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-release/library/BH/include/boost/bind/mem_fn.hpp:25, from /projects/genomic-ml/R/R-release/library/BH/include/boost/mem_fn.hpp:22, from /projects/genomic-ml/R/R-release/library/BH/include/boost/function/detail/prologue.hpp:19, from /projects/genomic-ml/R/R-release/library/BH/include/boost/function.hpp:30, from /projects/genomic-ml/R/R-release/library/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18, from /projects/genomic-ml/R/R-release/library/BH/include/boost/algorithm/string/find_iterator.hpp:24, from /projects/genomic-ml/R/R-release/library/BH/include/boost/algorithm/string/iter_find.hpp:27, from /projects/genomic-ml/R/R-release/library/BH/include/boost/algorithm/string/split.hpp:16, from /projects/genomic-ml/R/R-release/library/BH/include/boost/algorithm/string.hpp:23, from res.cpp:3: /projects/genomic-ml/R/R-release/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) | ^~~~~~~~ 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-release/library/BH/include/boost/function/function_base.hpp:34, from /projects/genomic-ml/R/R-release/library/BH/include/boost/function/detail/prologue.hpp:18: /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; | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 cwres.cpp -o cwres.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from res.h:4, from cwres.cpp:2: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 censResid.cpp -o censResid.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from censResid.h:3, from censResid.cpp:2: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 cholse.cpp -o cholse.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from cholse.cpp:2: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 neldermead.cpp -o neldermead.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 resid.cpp -o resid.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2_RcppExports.h:9, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2.h:45, from /tmp/th798/16179681/R-release/922/library/rxode2/include/rxode2ptr.h:4, from armahead.h:13, from resid.cpp:2: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 slice.cpp -o slice.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 RcppExportMod.cpp -o RcppExportMod.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -Id -I../inst/include -DBOOST_DISABLE_ASSERTS -DBOOST_NO_CXX11_STATIC_ASSERT -I"@BH@" -I"@RCPP@" -I"@ARMA@" -I"@RXP@" -fopenmp -DARMA_64BIT_WORD=1 -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 RcppExports.cpp -o RcppExports.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:28, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigen.h:25, from ../inst/include/nlmixr2est_RcppExports.h:8, from ../inst/include/nlmixr2est.h:7, from RcppExports.cpp:4: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-release/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-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-release/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-release/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-release/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-release/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-release/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-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/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-release/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-release/library/RcppEigen/include/RcppEigenForward.h:29: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-release/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; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 rprintf.c -o rprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 merge3.c -o merge3.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 lbfgsR.c -o lbfgsR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/BH/include' -I'/tmp/th798/16179681/R-release/922/library/n1qn1/include' -I'/tmp/th798/16179681/R-release/922/library/lbfgsb3c/include' -I'/tmp/th798/16179681/R-release/922/library/lotri/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179681/R-release/922/library/rxode2/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/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 utilc.c -o utilc.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 nlmixr2est.so uninformativeEtas.o nlm.o filterNormalLike.o inner.o shi21.o nearPD.o censEst.o saem.o expandNlme.o npde.o shrink.o ires.o res.o cwres.o censResid.o cholse.o neldermead.o resid.o slice.o RcppExportMod.o RcppExports.o init.o rprintf.o merge3.o lbfgsR.o utilc.o -L/home/th798/R/R-release/lib -lRlapack -L/home/th798/R/R-release/lib -lRblas -lgfortran -lm -lquadmath -fopenmp installing to /tmp/th798/16179681/R-release/922/library/00LOCK-nlmixr2est/00new/nlmixr2est/libs ** 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 ** 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 (nlmixr2est) The downloaded source packages are in '/tmp/th798/16179681/RtmpjtLjBb/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 1016.450 63.699 1095.785 > print(Sys.time()) [1] "2025-03-29 02:00:55 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-29 02:00:55 MST" Installing package into '/tmp/th798/16179681/R-release/922/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/16179681/R-release/922/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-29 02:01:18 MST" * using log directory '/tmp/th798/16179681/R-release/922/nlmixr2est.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 'nlmixr2est/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'nlmixr2est' version '3.0.4' * 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 'nlmixr2est' can be installed ... OK * used C compiler: 'gcc (Spack GCC) 12.2.0' * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking C++ specification ... OK Not all R platforms support C++17 * checking installed package size ... NOTE installed size is 5.5Mb sub-directories of 1Mb or more: libs 3.9Mb * checking package 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 whether startup messages can be suppressed ... 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE See '/tmp/th798/16179681/R-release/922/nlmixr2est.Rcheck/00check.log' for details. [1] "2025-03-29 02:10:59 MST" [1] "2025-03-29 02:10:59 MST" Installing package into '/tmp/th798/16179681/R-release/922/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/16179681/R-release/922/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-29 02:11:22 MST" * using log directory '/tmp/th798/16179681/R-release/922/nlmixr2est.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 'nlmixr2est/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'nlmixr2est' version '3.0.4' * 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 'nlmixr2est' can be installed ... OK * used C compiler: 'gcc (Spack GCC) 12.2.0' * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking C++ specification ... OK Not all R platforms support C++17 * checking installed package size ... NOTE installed size is 5.5Mb sub-directories of 1Mb or more: libs 3.9Mb * checking package 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 whether startup messages can be suppressed ... 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE See '/tmp/th798/16179681/R-release/922/nlmixr2est.Rcheck/00check.log' for details. [1] "2025-03-29 02:21:03 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) + } >